This project is configured to run in Docker containers facilitated by docker-compose
. nib is our tool of choice for interacting with docker-compose
in development.
Use nib to build and start up the web app.
nib build --pull
nib up
The app is configured to use guard facilitate running the tests as files change. To start up guard run:
nib guard web
Alternatively the specs can be run as a one-off with:
nib rspec web