/gotenna-dashboard

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

GoTenatious Mesh Dashboard

GoTenatious Mesh emergency feed dashboard

Requirements

Setup

  1. Copy example.env as .env
  2. Add MONGO_HOSTNAME value
  3. Add BASE_URL value
  4. Add DB_NAME value
  5. Add PORT value
  6. Run make build

Run

To run the app do: make up

Contributing

  1. Fork it ( https://github.com/[my-github-username]/dashboard/fork )
  2. Create your feature branch (git checkout -b feature/my_new_feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request