Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.
/ timed-frontend Public archive

Ember.js UI for the Timed application

License

Notifications You must be signed in to change notification settings

adfinis/timed-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timed Logo

Build Status Codecov License: AGPL v3 GHCR Image

Archived

This Repository has been merged into a monorepo and is therefore archived.

Requirements

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

Optional:

  • Docker
  • docker-compose

Installation

Running / Development

If you have a running backend you need to run

  • ember server --proxy=http://localhost:8000 or
  • pnpm start

If you are using docker-compose you can start a static frontend and the backend by following the instructions in the backend

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.