Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 802 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 802 Bytes

Karmen Print Farm Dashboard

This application is an example of a simple "Print Farm Dashboard" that runs completely in the browser and utilizes the Karmen REST API. It can be used locally in your workplace or at school to display basic data about your current 3D printer fleet, including statuses for each printer.

This application is created in VueJS, is completely open-source, and can serve as a starting point for your own customized 3D printing farm dashboard.

Running demo: https://karmen-print-farm-dashboard.netlify.app/

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build