• Stars
    star
    108
  • Rank 321,259 (Top 7 %)
  • Language
    CSS
  • License
    MIT License
  • Created almost 10 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The ember-based front-end for the Wordset website.

Wordset UI

Wordset UI is the Ember front-end layer for Wordset. Wordset is a collaborative, structured dictionary.

Travis CI

To get it working locally, you will need to setup the development environment to point to the API.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:wordset/wordset-ui.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Further Ember Reading / Useful Links