Open-source desktop app for managing tasks on kanban board in local environment.
You can clone the repo or download one of the releases for start using it.
You can use it on browser as well: demo
This repo is open for any contribution!
npm install
npm run electron:dev
npm run dev
npm run electron .
npm run build:tc
npm run dist
Run Unit Tests with Vitest
npm run test:unit
Run End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
Lint with ESLint
npm run lint