You will need the following things properly installed on your computer.
git clone git@github.com/adfinis-sygroup/timed-frontend
cd timed-frontend
yarn install
bower install
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
ember serve
- Visit your app at http://localhost:4200.
COVERAGE=true ember test
COVERAGE=true ember test --server
ember build
(development)ember build --environment production
(production)
Code released under the GNU Affero General Public License v3.0.