Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 703 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (19 loc) · 703 Bytes

Contributing

This doc outlines the details of collaborating on this Ember addon.

Installation

  • git clone <repository-url> this repository
  • cd <addon-name>
  • npm install
  • bower install

Eslint

You need to follow our eslint rules.

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit https://ember-cli.com/.