Skip to content

mozilla/parsys-okr-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.