coredump-ch / reservation-web

Web interface for the 3D printer reservation API.
5 stars 0 forks source link

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