To help out with Mirage development, first pull down the project locally and verify that all tests on master are passing.
- Ensure
nodeis installed. I use version 4.2.x, the LTS release.
- Ensure
npmis installed
-
Ensure
ember-cliis installed:npm install -g ember-cli -
Ensure
phantomjsv2.x is installed. -
From your projects directory,
git clone git@github.com:samselikoff/ember-cli-mirage.git cd ember-cli-mirage npm i && bower i ember test
If all tests pass, you should be all set. Checkout a new branch to start developing, then submit a PR when you're ready!