This README outlines the details of collaborating on this Ember application.
- install node
- npm install -g ember-cli
- npm install -g bower
- npm install -g yuidocjs
git clonethis repositorynpm installbower install
ember server- Visit your app at http://localhost:4200.
- http://localhost:4200/tests
ember test --server
ember build
yuidoc /app
ember-cli by default will try to index all files in your tmp directory. This will cause your computer be slow. So simply exclude this folder from indexing in your IDE.
If you using Sublime 3 simply remove these directories from the folders ST3 watches:
Sublime Text -> Preferences -> Settings -User
More information on http://www.ember-cli.com/#commonissues