Coder Social home page Coder Social logo

chandnipateltw / distributed Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luizfar/firedeaz

0.0 2.0 0.0 4.61 MB

:thumbsup: Easy to use and beautiful restrospective tool

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

License: GNU General Public License v3.0

HTML 19.98% Shell 0.24% JavaScript 55.09% CSS 24.69%

distributed's Introduction

Fun Retro

Easy to use and beautiful restrospective board.

Learn more about retrospectives at funretrospectives.com

Fun retrospective guide at Dummies guide to retrospectives

Build ย devDependency Status

User interface

Fun retro 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. Fun Retro is using Firebase. First create an account at firebase. Then create a test project.
  6. Change the Database rules of created project:
{
    "rules": {
        ".read": true,
        ".write": true
    }
}
  1. After creating the project you can select Database from the left pane, where you can find the database url (ex: https://funretrotest.firebaseio.com/). Replace firebaseUrl inside js/firebaseService.js with this database url.
  2. 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 retro architecture

Contribute to Fun Retro

  • 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.

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 dist/index.html

Continuous Integration

Our tests run on SnapCI

Running the tests

  1. Run gulp test
  2. Refactor and watch tests re-run.
  3. Fix any red tests
  4. Note: you can open http://localhost:9876/debug.html to run tests with a browser

distributed's People

Contributors

glauberramos avatar pamo avatar glauberamos avatar brunapereira avatar riktheunis avatar alanjsph avatar willmendesneto avatar chinaowl avatar kchnr avatar dlumpp avatar fmobus-tw avatar lanesawyer avatar pedromotta avatar pedrro avatar leoalmig avatar qwilanikan avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.