Skip to content

StephanH90/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

Requirements

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

Optional:

  • Docker
  • docker-compose

Installation

  • git clone git@github.com/adfinis/timed-frontend
  • cd timed-frontend
  • pnpm i

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.

About

Ember.js UI for the Timed application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.9%
  • SCSS 18.0%
  • Handlebars 17.6%
  • Other 0.5%