ParSys OKR Dashboard
Перейти к файлу
Nikos Roussos 4544d71e00
Add deploy instructions
2017-05-12 13:44:51 +03:00
src Add ParSys OKRs 2017-05-12 13:31:43 +03:00
.gitignore Initial commit 2017-03-15 21:14:45 +01:00
LICENSE Modified for ParSys needs 2017-04-26 11:28:47 +03:00
README.md Add deploy instructions 2017-05-12 13:44:51 +03:00
package.json Add gh-pages for deployment 2017-05-12 13:41:51 +03:00
preset.js Initial commit 2017-03-15 21:14:45 +01:00

README.md

ParSys OKRs

This project tracks Mozilla Participation Systems OKRs.

Running it locally

Make sure you have node and npm installed before using the following commands:

$ npm install
$ npm start

Deploy

$ npm run build
$ ./node_modules/gh-pages/bin/gh-pages -d build -r git@github.com:<username/org>/<reponame>.git

License

MPL-2.0

Forked and heavily based on this and this.