Skip to content

waylis/demo

Repository files navigation

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.

About

Live demo server with various examples

Resources

License

Stars

Watchers

Forks