Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 290 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 290 Bytes

Jira Time

An awsome JIRA worklog helper


Install dependencies:

npm install or yarn

To start WITH a JIRA instance running at your network (see server/main.js for JIRA URL)

npm start

To start WITHOUT a local JIRA instance (using a dummy API)

npm run start:dummyapi