To help out with Mirage development, first pull down the project locally and verify that all tests on master
are passing.
- Ensure
node
is installed. I use version 4.2.x, the LTS release.
- Ensure
npm
is installed
-
Ensure
ember-cli
is installed:npm install -g ember-cli
-
Ensure
phantomjs
v2.x is installed. -
From your projects directory,
git clone [email protected]: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!