rename .env.template to .env.development and fill in the missing variables. For production environement
create a file named .env.production.
# install
$ yarn# watch mode
$ yarn start:devor
# production
$ yarn start:prodif you used the default values from .env.template the app will run on localhost:3000/api.
- Website - https://governator.xyz
Governator is MIT.