📖
freshlytics
  • Introduction
  • Installation
  • Usage
  • Development
  • Troubleshooting
  • Screenshots
Powered by GitBook
On this page

Was this helpful?

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
PreviousUsageNextTroubleshooting

Last updated 5 years ago

Was this helpful?