Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 364 Bytes

development.md

File metadata and controls

22 lines (15 loc) · 364 Bytes

Development

Install docker and docker-compose

Start the containers

$ docker-compose up --build

Migrate and seed the database

$ docker-compose run freshlytics npm run migrate
$ docker-compose run freshlytics npm run seed

Optional: seed the data with test values

$ docker-compose run freshlytics npm run seed:test