- Install docker and docker-compose
- Install Node and npm
- Copy and setup variables in
.env
$ cp .env.example .env
- Then make any env changes you need
$ make dev
- Sets up the server and automatically recompiles on file changes
$ make test
- Runs our test suite