![Gitter](https://badges.gitter.im/Join Chat.svg)
This README outlines the details of collaborating on this Ember application.
This project requires Node.js.
The following global Node packages are required for development:
Install the global dependencies like this:
$ sudo npm install -g bower ember-cli
git clone
this repositorynpm install
If you run into trouble, try this magical command and then start over:
npm clear cache
You'll need to set API_URL
to http://localhost:3200
.
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
The following environment variables are required to deploy this website to Amazon S3:
- AWS_KEY
- AWS_SECRET
To build and deploy the website to S3:
ember deploy -e production # deploy assets
ember deploy:list -e production # list revisions
ember deploy:activate --revision "freemusicninja:$(git rev-parse --short HEAD)" -e production # activate assets for current revision