Easy to use and beautiful restrospective board.
Learn more about retrospectives at funretrospectives.com
- Clone the repository
- Install Node.js
- Run
npm install
(inside the project folder) - Run
gulp
- Fun Retro is using Firebase. First create an account at firebase. Then create a test app.
- Change the Database rules of created app:
{
"rules": {
".read": true,
".write": true
}
}
- After creating the app you can save the new url (ex: https://funretrotest.firebaseio.com/) and replace the variable
firebaseUrl
insidejs/firebaseService.js
- Now you can open the app on http://localhost:4000/ and start creating your boards. You will notice that the app has this architecture on firebase:
- All things being developed are managed with Github issues.
- We are currently using labels for Bug and Priority.
- Please fell free to get any one of those two.
- Create as many pull requests you want.
- We also have user recommendations for new features and voting happening at Uservoice
- Install Node.js
- Run
npm install
(inside the project folder) - Run
gulp
- Point your browser to http://localhost:4000/ or open dist/index.html
Our tests run on SnapCI SnapCI
- Run
gulp test
- Refactor and watch tests re-run.
- Fix any red tests
- Note: you can open http://localhost:9876/debug.html to run tests with a browser