This repository houses the files for the Swiss Parliament visualization, which is available and detailed at parlament.kmapper.com. This visualization is a public portfolio project by kmapper GmbH, and it's built using open data sourced from parlament.ch.
- node.js
- Python 3 if you want to pull new data from parlament.ch.
- Clone repository
cd
into repository- Run
npm install
to get the needed npm packages - Run
npm run serve
to serve on http://localhost:8080
Run npm run build
to build files in a dist
directory.
Run npm run deploy
to build production files and push them to the gh-pages branch on GitHub.
MIT