Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Web interface for the 3D printer reservation API.

Notifications You must be signed in to change notification settings

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