README.md
January 5, 2023 ยท View on GitHub
Set up environment
rename .env.template to .env.development and fill in the missing variables. For production environement
create a file named .env.production.
Running the app
# install
$ yarn
# watch mode
$ yarn start:dev
or
# production
$ yarn start:prod
if you used the default values from .env.template the app will run on localhost:3000/api.
Stay in touch
- Website - https://governator.xyz
License
Governator is MIT.