Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.63 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.63 KB

NotJIRA

Light, alternative agile task management service

INSERT YOUR GRAPHIC HERE

Table of Contents


Installation

  • All the steps required to get started
  • Add devKeys.js under config folder, add JS Obeject *Both Client Id and client Secret can be generated by creating your github App
    
module.exports={
  gitClientId:Client_Id,
  gitClientSecret:Client_Secret
};
  • First cd into the repo, then run npm install && cd client && npm install
  • To start development, run npm run dev

Features

Supports authentication via Github Able to create GitHub repositories

KanBan board to visualize task in todo/in progress,etc

Integrates with GitHub API to perform actions on gitBranches

Integrates CodeMirror to display file diff

License

License