link relevant documentation

This commit is contained in:
Mateusz Konieczny 2021-11-07 11:44:52 +01:00
parent bc85a66112
commit 1bc7826303

View File

@ -26,8 +26,8 @@ for download under a liberal open data license
## Setup and run
1. Provision database (see `migrations`)
1. Load buildings and geometries to database (see `etl`)
1. Provision database (see [migrations](migrations/README.md))
1. Load buildings and geometries to database (see [etl](etl/README.md))
1. Install app dependencies: `cd app && npm i`
1. Run tests: `npm test`
1. Run app: `npm start`