This project TODO: Make some comments about the data
TODO Add some screenshots here
For more information feel free to visit the wiki of the project
The data comes from open data initiatives all around the world. Sometimes they are avaliable directly from the city. Othertimes someone submits a request for open data to the muncipality and they send staff ot provide the data for us.
TODO explain the explicit cities here
- You'll need to be running Node v8 as of Oct 2018. If you have multiple node versions locally we recommend using Node Version Manager (NVM) or your favourite Node version manager library for your machine.
- Clone the repository into your favourite local development space. e.g.
git clone
- Run
npm install
- Run
npm run-script build
- Run
npm start
Once the site is running you'll see some warnings. That's ok for now
- Go to
localhost:3000
and see the project run. We don't have any data yet. You can change the port number by editing theconfig.json
file locally.
TODO: Outline how MongoDB data works