Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 707 Bytes

File metadata and controls

39 lines (24 loc) · 707 Bytes

Waylis demo server

The source code of the Waylis demo server with various usage examples.

Contribution

If you have any ideas or even specific implementations of interesting examples, feel free to send us your issues and pull requests.

Development

To run the server in development mode, install the dependencies and run the dev script:

npm install
npm run dev

And go to http://localhost:7770

Docker

Run a docker container:

docker compose up --build -d

To stop it:

docker compose stop

License

Released under the MIT License.