You will need the following things properly installed on your computer.
git clone git@github.com/adfinis-sygroup/timed-frontend
cd timed-frontend
yarn
ember server
- Visit your app at http://localhost:4200.
If you have a running backend you need to run
ember server --proxy=http://localhost:8000
oryarn start
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.