Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 658 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 658 Bytes

Contributing to Ember CLI Mirage

To help out with Mirage development, first pull down the project locally and verify that all tests on master are passing.

  1. Ensure node is installed. I use version 4.2.x, the LTS release.
  • Ensure npm is installed
  1. Ensure ember-cli is installed: npm install -g ember-cli

  2. Ensure phantomjs v2.x is installed.

  3. 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!