Light, alternative agile task management service
- All the steps required to get started
- Add
devKeys.js
underconfig
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
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