/question-viewer

Web UI for MP questions to ministers

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

An experimental GitHub Pages frontend for the openpatata written question data.

Development

  1. Fork and clone the repo locally

  2. Grab the latest questions dump from GitHub:

    git clone --branch export --depth 1 https://github.com/openpatata/openpatata-data.git build
  3. Install all of our dependencies:

npm install
  1. Run the dev server:
npm run watch
  1. Hack away!

Deployment

env NODE_ENV=production npm run build
npm run deploy

License

AGPL v3.