From 1bc7826303fda708f8880055410509b9352647ec Mon Sep 17 00:00:00 2001 From: Mateusz Konieczny Date: Sun, 7 Nov 2021 11:44:52 +0100 Subject: [PATCH] link relevant documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f30596be..89cefd8e 100644 --- a/README.md +++ b/README.md @@ -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`