Development
Install docker and docker-compose
Start the containers
$ docker-compose up --buildMigrate and seed the database
$ docker-compose run freshlytics npm run migrate
$ docker-compose run freshlytics npm run seedOptional: seed the data with test values
$ docker-compose run freshlytics npm run seed:testLast updated
Was this helpful?