/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.

Optional:

  • Docker
  • docker-compose

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

If you are using docker-compose you can start the frontend and backend by running the following in the backend project

docker-compose up -d --build

The frontend will be under http://timed.local and the backend http://timed.local/admin/

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.