If you have not already, please install:
- Run the following commands
$ asdf install
$ yarn install
$ yarn db:create
$ yarn db:migrate
$ yarn setup:test
To run the tests run:
$ yarn test
To run the server run:
$ yarn start
The server should now be running on locahost:3000