viniciusgama / distributed

Easy to use and beautiful restrospective tool

Home Page:http://distributed.funretrospectives.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fun Retrospectives

Easy to use and beautiful restrospective board.

Learn more about retrospectives at funretrospectives.com

Build  devDependency Status

User interface

Fun retrospectives screenshot

How to setup local environment

  1. Clone the repository
  2. Install Node.js
  3. Run npm install (inside the project folder)
  4. Run gulp
  5. Funretrospectives is using Firebase. First create an account at firebase. Then create a test app
  6. After creating the app you can save the new url (ex: https://funretrotest.firebaseio.com/) and replace the variable firebaseUrl inside js/firebaseService.js
  7. 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:

Fun retrospectives architecture

How to colaborate to the project

  1. All things being developed are managed on 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.
  2. We also have user recommendations for new features and voting happening at Uservoice

Running the application

  1. Install Node.js
  2. Run npm install (inside the project folder)
  3. Run gulp
  4. Point your browser to http://localhost:4000/ or open index.html

##Continuous Integration

https://snap-ci.com/funretro/distributed/branch/master

Running the tests

  1. Run gulp test

About

Easy to use and beautiful restrospective tool

http://distributed.funretrospectives.com

License:GNU General Public License v3.0


Languages

Language:CSS 56.2%Language:JavaScript 29.9%Language:HTML 13.9%Language:Shell 0.1%