Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 641 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 641 Bytes

ui-base-theme

The base theme for untitled-ui upon which custom themes should be built.

Installation

  • git clone <repository-url> this repository
  • cd ui-base-theme
  • npm install
  • bower 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 http://ember-cli.com/.