Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 915 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 915 Bytes

Kanban

📈 Kanban is a new technique for managing a software development process in a highly efficient way. 📈

This app is real time kanban that make your management easier. There are 4 boards for each phase. Each board only contain 6 tasks. You can edit everythis as you want.

What's in the box?

  • CRD Task
  • Beautifull UI

What's the roadmap?

  • Nothing

How to run?

# edit firebase.js
vim src/firebase.js

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run all tests
npm test

I want try this

You can try this at Kanban

How about license?

All my work licensed with AGPL 3.0.