You will need to have ember tools installed to run the app.
- After you've cloned the repo go into the root of the directory and run
ember create
- When ember tools asks if you want to overwrite a file always type
n
- Run
ember build
- Run
node server/index.js
- Visit http://localhost:1234/ in your browser
- To login the username is
syoung
and the password ispassword
You will need to have grunt and the node dependencies installed. Then run grunt qunit
to execute the tests.