Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 464 Bytes

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