Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrdaak/vegan
Minimalistic "Kanban boardish" client
https://github.com/mrdaak/vegan
javascript kanban mithril tachyons
Last synced: about 7 hours ago
JSON representation
Minimalistic "Kanban boardish" client
- Host: GitHub
- URL: https://github.com/mrdaak/vegan
- Owner: mrdaak
- Created: 2019-11-11T22:31:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T23:30:48.000Z (about 4 years ago)
- Last Synced: 2024-08-01T22:41:42.941Z (3 months ago)
- Topics: javascript, kanban, mithril, tachyons
- Language: JavaScript
- Homepage: https://mrdaak.github.io/vegan/
- Size: 1.15 MB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
- awesome-mithril - Vegan - Minimalistic "Kanban boardish" client. (Uncategorized / Uncategorized)
README
#+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