Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.5 KB

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.