edwin.app
v0.6.0
Published
Dashboard for Jira Sprints
Maintainers
Readme
Edwin
Edwin is a dashboard app for Jira Sprint Boards.
##Getting Started Clone the repo and install dependencies via npm and bower.
$ npm installthen
$ bower install##Running the App To start the app:
$ npm startor if you have nodemon installed:
$ nodemon##Develop the App Start the webpack dev server and watch for changes:
$ gulp develop##Build the App Bundle everything:
$ gulp build##Prime Board Configs
Visit /svc/primeconfig to prime the board configs and speed things up a bit.
