Interfaces

barkcli serve

Launch the web-based kanban board with drag-and-drop, calendar, and reports.

Usage

barkcli serve [options]

Examples

barkcli serve
barkcli serve --open
barkcli serve --port 8080
barkcli serve --board backend

Flags

--openOpen in default browser
--portCustom port (default: 4321)
--boardSpecific board to serve
--hostBind address (default: 127.0.0.1)