GoTenatious Mesh emergency feed dashboard
- Copy
example.env
as.env
- Add
MONGO_HOSTNAME
value - Add
BASE_URL
value - Add
DB_NAME
value - Add
PORT
value - Run
make build
To run the app do: make up
- Fork it ( https://github.com/[my-github-username]/dashboard/fork )
- Create your feature branch (git checkout -b feature/my_new_feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request