This Repository has been merged into a monorepo and is therefore archived.
You will need the following things properly installed on your computer.
Optional:
- Docker
- docker-compose
git clone [email protected]/adfinis/timed-frontendcd timed-frontendpnpm i
ember server- Visit your app at http://localhost:4200.
If you have a running backend you need to run
ember server --proxy=http://localhost:8000orpnpm start
If you are using docker-compose you can start a static frontend and the backend by following the instructions in the backend
COVERAGE=true ember testCOVERAGE=true ember test --server
ember build(development)ember build --environment production(production)
Code released under the GNU Affero General Public License v3.0.
