install dependencies
August 17, 2020 ยท View on GitHub
#+CAPTION: Samurai Banana Vs. Zombie Muffin, by Scott Cassidy, 2012 #+attr_html: :style margin-left: auto; margin-right: auto; :width 400px [[./illustration.jpg]]
- Vegan
Vegan is a minimalistic "Kanban boardish" client.
#+BEGIN_QUOTE play on words: "wekan" + "vegan" => vegan #+END_QUOTE
[[./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 TODO
- validate configuration on import + add export option
- draggable folders
- card view
- browser extension(?)
** Setup
*** Development #+BEGIN_SRC sh
install dependencies
npm install
start a local webserver @ PORT 3000
npm run dev #+END_SRC
*** Build #+BEGIN_SRC sh
create a minified bundle
npm run build
serve the build directory @ PORT 5000
npm run serve #+END_SRC
** License
MIT