Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 835 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 835 Bytes

Topics Driven Backlog

Build Status codecov

Requirements

  • Installation of Docker and Docker Compose

Startup

Run npm run dev to start up the dev environment. Browse app at localhost:8080.

Working with the app

Run npm run bash to open a bash shell on the docker machine.

Edit Gemfile and then run npm run bundle:update to install new gems.

To create and seed (if db does not exist) or migrate (if db does exist) the database, run npm run db:migrate.

Shutdown

Run npm stop to properly shut down the container.