/timed-frontend

Ember.js UI for the Timed application

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

Timed Logo

Build Status Codecov Greenkeeper License: AGPL v3

Requirements

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

Installation

  • git clone git@github.com/adfinis-sygroup/timed-frontend
  • cd timed-frontend
  • yarn

Running / Development

If you have a running backend you need to run

  • ember server --proxy=http://localhost:8000 or
  • yarn start

Running Tests

  • COVERAGE=true ember test
  • COVERAGE=true ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

License

Code released under the GNU Affero General Public License v3.0.