make installYou need to specify your APIs keys in .env file (Openrouteservice, Traveltime, Maptiler) for api-proxy.
For ENACIT team, you can find our keys in KeeWeb keyring (Notion for details)
Example of .env file (root folder, as docker-compose.yml):
TRAVELTIME_API_KEY=changeit
TRAVELTIME_APP_ID=notreallysecretbutchangeit
ORS_API_KEY=changeit
MAPTILER_API_KEY=changeit
make runOnly starts development server.
make run-devRun only reverse-proxy & api-proxy with docker, then starts development server.
make deployBuild the app in a docker image and then runs nginx container, including api-proxy.
See /data_processing/README.md