- node.js
- nw.js
- firebase instance, with an existing user in specific format
developer@${firebaseId}.com
see more security
- 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 .
- 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/
Software is released under the [GPL-3.0 license] (http://opensource.org/licenses/GPL-3.0)