Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

20 lines (10 loc) · 331 Bytes

herd

Herd mentality

/heardapp - the rails app that runs this

Dev environment setup

To run the development server:

$ docker compose up

To run a command in the docker container:

$ ./workspace.sh run your command

To run database migrations (necessary if there are new ones)

$ ./workspace.sh rails db:migrate