App to manage food orders at UTT Arena.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Install the dependencies
npm install
Create the file .hz/secrets.toml and create a token_secret of length 32 inside.
token_secret = "KBSP7d7xxuUw9PfNz7xC93J69VyZYFfY"
npm run dev
Then, go to http://localhost:8080
...
- gjuchault - Initial work
- prudywsh
- enilarik
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details