This is the frontend for the new offenesparlament.de
There are three main components in this app
- Jekyll for the overall setup and the static pages
- AngularJS for the dynamic parts in the protocol list
- Webpack for bundling the angular app
You need to start both webpack and react. For this run (in parallel)
jekyll serve
and npm run watch
.