/govwifi-admin

GovWifi Admin Platform

Primary LanguageRuby

govwifi-admin

Purpose

This is the User Admin UI for the GovWiFi project.

How to install and use

make setup
make serve

Other useful Makefile targets are:

  • make bash - run a shell in the docker composed application
  • make stop - stops the application
  • make clean - removes the application volumes
  • make lint - runs the linter
  • make test - runs the tests

How to contribute

  1. Fork the project
  2. Create a feature or fix branch
  3. Make your changes (with tests if possible)
  4. Run and linter make lint
  5. Run and pass tests make test
  6. Raise a pull request