Skip to content

mrdaak/vegan

Repository files navigation

./illustration.jpg

Vegan

Vegan is a minimalistic “Kanban boardish” client.

play on words: “wekan” + “vegan” => vegan

./screencast.gif

Try it now

Go to https://mrdaak.github.io/vegan/

Features

  • Minimal codebase
  • TOML configuration
  • Widgets for RSS feed and timezones
  • Multiple boards
  • Basic undo (CTRL+z), redo (CTRL+y)

TODO

  • validate configuration on import + add export option
  • draggable folders
  • card view
  • browser extension(?)

Setup

Development

# install dependencies
npm install

# start a local webserver @ PORT 3000
npm run dev

Build

# create a minified bundle
npm run build

# serve the build directory @ PORT 5000
npm run serve

License

MIT