Skip to content

openpatata/question-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 7, 2017
33f50ba · Sep 7, 2017

History

45 Commits
Jul 11, 2017
Sep 7, 2017
Jul 4, 2016
Sep 7, 2017
Oct 16, 2016
Oct 16, 2016
Jul 13, 2017
Jul 13, 2017
Jul 13, 2017
May 27, 2016
May 27, 2016
Sep 20, 2016
Jul 13, 2017
Jul 13, 2017

Repository files navigation

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.