An experimental GitHub Pages frontend for the openpatata
written question data.
-
Fork and clone the repo locally
-
Grab the latest questions dump from GitHub:
git clone --branch export --depth 1 https://github.com/openpatata/openpatata-data.git build
-
Install all of our dependencies:
npm install
- Run the dev server:
npm run watch
- Hack away!
env NODE_ENV=production npm run build
npm run deploy
AGPL v3.