Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 734 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 734 Bytes

ember-cli-tutorial-style

Currently a work in progress

The purpose of this addon is to provide style to the official ember tutorial, while at the same time demonstrating how to install an addon in ember.

Installation

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

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/.