Easy to use and beautiful restrospective board.
Learn more about retrospectives at funretrospectives.com
Fun retrospective guide at Dummies guide to retrospectives
- Clone the repository
- Install Node.js
- Run
npm install
(inside the project folder) - Install Gulp
- Run
gulp
- Fun Retro is using Firebase. First create an account at firebase. Then create a test project.
- After creating the project you can select Database from the left pane, on the Rules tab, change the Database rules of created project:
{
"rules": {
".read": true,
".write": true
}
}
- Still in the database section, you can find the database url (ex: https://funretrotest.firebaseio.com/). Replace
firebaseUrl
insidejs/firebaseService.js
with this database url. - 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:
Take a look on our Contributing guide
- 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 TravisCI
- 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