Skip to content
/ notjira Public

Light, agile alternative solutions to popular task management integration with Github

License

Notifications You must be signed in to change notification settings

JckXia/notjira

Repository files navigation

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

About

Light, agile alternative solutions to popular task management integration with Github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages