https://github.com/slashdotdash/notice
Notice board for tasks
https://github.com/slashdotdash/notice
Last synced: 10 months ago
JSON representation
Notice board for tasks
- Host: GitHub
- URL: https://github.com/slashdotdash/notice
- Owner: slashdotdash
- License: mit
- Created: 2014-08-18T20:53:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T21:19:05.000Z (over 11 years ago)
- Last Synced: 2025-02-13T17:46:51.440Z (over 1 year ago)
- Language: JavaScript
- Size: 211 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notice
Collaboration noticeboard tool for visualising work and workflow, kanban style.
## Resources
- [What is a kanban board?](http://leankit.com/kanban/kanban-board/)
### Inspiration
- [Trello](https://trello.com/)
- [waffle.io](https://waffle.io/waffleio/waffle.io)
- [LeanKit](http://leankit.com/kanban/kanban-board/)
## Getting started
Uses npm for tooling, Bower for third party dependencies and Gulp as the build tool.
npm install
bower install
Default Gulp task concatenates & minifies scripts, converts LESS to CSS, starts a static file server and watches for any file changes.
gulp
Then visit: [http://localhost:3000/](http://localhost:3000/)
## Default headings
- To Do
- Doing
- Done