Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 811 Bytes

File metadata and controls

18 lines (13 loc) · 811 Bytes

Contributing to this repository

Getting started

Before you begin:

Running locally

  • Populate .env files in /server and /osm-integration (Maps API key is from Google and Air Quality key is from ...)
  • Compose docker images in /server with docker compose --env-file ./server/.env up -d
  • Install dependencies in /client and /server then run yarn build
  • If you chose to run with (pm2)[https://pm2.keymetrics.io/], an .env file must be present in the root directory