Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 677 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 677 Bytes

@queertangocollective/ui

This addon contains core UI facilities for queertangocollective.org. These components can be reused across websites that Queer Tango Collective supports ❤️

Installation

  • git clone [email protected]:queertangocollective/ui.git this repository
  • cd ui
  • 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/.