Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 2.02 KB

README.md

File metadata and controls

69 lines (52 loc) · 2.02 KB



Build Status Coverage License

Browser Matrix

Requirements

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

Installation

  • git clone [email protected]/adfinis-sygroup/timed-frontend
  • cd timed-frontend
  • yarn install
  • bower install

Configurations

If you wish to add custom exports to the analysis section, you can create an environment variable with the name TIMED_REPORT_EXPORT and add a JSON Array as value.

TIMED_REPORT_EXPORT=[{"label":"Special Export","url":"/api/v1/special/export"}]

In development you can create a .env file and add the environment variable.

echo 'TIMED_REPORT_EXPORT=[{"label":"Special Export","url":"/api/v1/special/export"}]' > .env

Running / Development

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.