0.6.0 • Published 8 years ago

edwin.app v0.6.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

Edwin

Edwin is a dashboard app for Jira Sprint Boards.

##Getting Started Clone the repo and install dependencies via npm and bower.

$ npm install

then

$ bower install

##Running the App To start the app:

$ npm start

or 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.