Navigate to the repo.
$ cd PATH_TO_REPO
$ make help
$ make fix
Apply formatting fixes.
$ make fmt-fix
Apply lint fixes and alert on bad code.
$ make lint-fix
Run unit tests.
$ make test
Run application.
$ make run
Start dev server.
$ make serve