Skip to content

coredump-ch/reservation-web

Repository files navigation

Ultimaker Reservation Tool

CI

The web interface for the Reservation API, written using Svelte.

Screenshot

screenshot

Dev server

Set up configuration:

cp .env.example .env

Run dev server:

npm run dev

Lint

npm run lint

Build production bundle

npm run build