bundle
yarn
rails db:setup
foreman start -f Procfile.dev-static
or
foreman start -f Procfile.dev
The latter will automatically reload the browser window when the you save a change to the .res
file.
- Edit the file
config/database.yml
per the comments in the file for Docker - Run the following:
docker-compose build
docker-compose run web yarn run build
docker-compose up