Skip to content

An Ember.js app allowing users to create and vote on suggestions for an Agile retrospective session

Notifications You must be signed in to change notification settings

stephendeyoung/retrospective-centre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the app

You will need to have ember tools installed to run the app.

  1. After you've cloned the repo go into the root of the directory and run ember create
  2. When ember tools asks if you want to overwrite a file always type n
  3. Run ember build
  4. Run node server/index.js
  5. Visit http://localhost:1234/ in your browser
  6. To login the username is syoung and the password is password

Running the tests

You will need to have grunt and the node dependencies installed. Then run grunt qunit to execute the tests.

About

An Ember.js app allowing users to create and vote on suggestions for an Agile retrospective session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published