Skip to content

wordset/wordset-ui

Repository files navigation

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 git@github.com: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