Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 861 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 861 Bytes

schuleinzugsgebiete

School districts in Potsdam.

Prerequisites

You can install Node.js and NPM directly, but the recommended way is to use Docker Community Edition.

Usage

Get the source code

git clone https://github.com/open-data-potsdam/schuleinzugsgebiete.git
cd schuleinzugsgebiete

Build your environment

docker-compose build --pull

Run the application in development mode

docker-compose up dev watch-css watch-js

Open the page from a browser under localhost:3000. All changes to files will automatically be applied. Just refresh your browser 😌.

Update data

The data is loaded from data/schools.csv. You can directly change the file.