Skip to content
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 435 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 435 Bytes

Offenesfrontend

This is the frontend for the new offenesparlament.de

Setup

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

Running

You need to start both webpack and react. For this run (in parallel) jekyll serve and npm run watch.