./scripts/dev/start-mysql
yarn
cd app
- Ask maintainers for credentials
- Copy
.env.sample
to.env
- Fill the variables
# Create the schemas
yarn migrate
# Import the data
yarn seed
yarn start # only the first time
yarn dev
Each commit to master
deploys the application.