An open API service indexing awesome lists of open source software.

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

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