Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 913 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 913 Bytes

README

Task Board Project

Minimalistic non-intrusive realtime agile task board

Build Status

Requirements

Install

  • be sure nw executable is on $PATH
  • git clone task-board
  • cd task-board
  • run command: npm install
  • run command: npm run build
  • run command: nw .

Team Layout

  • example team can easily be added into your firebase db by command: curl -X PUT -d @json/create_team.json https://${your-firebase-ID}.firebaseio.com/

License

Software is released under the [GPL-3.0 license] (http://opensource.org/licenses/GPL-3.0)