# Install Node.js (v20.5.0)
# Install chomp (wait for output, can take a while)
npm install -g chomp && chomp --version
cd api
npm install
chomp --watchcd client
npm install
npm startNavigate to <repo root>/assets/ and follow the instructions on the README to load 3rd party assets into the database
Assuming you have a PostGIS server running as a docker container with the name postgis on a network called postgis:
docker run \
-dt \
--restart always \
--name pg_tileserv \
-p 7800:7800 \
--net postgis \
-e DATABASE_URL=postgres://admin:password@postgis:5432/somisana_local \
pramsey/pg_tileserv:latestUsage reports are accessible as MongoDB views that are registered with the database on API startup