Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 419 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 419 Bytes

Jira Progress Bar

Simple page to show progress of Jira Epic.

Preview

Run

Copy config/config.example.js to config/config.local.js, change values based on your Jira.

Build and start server.

npm install
npm run build
npm run server

Open http://localhost:8081/

Development

npm install
npm run dev

Don't forget to start server

npm run server