printer-manager-fe/README.md
2023-11-02 12:24:00 +01:00

912 B

printer manager front-end

@todo: update readme with all features, and how to use it

Everything you need to build the Printer Manager front-end, powered by create-svelte.

The printer manager front-end is a web application that allows users to do printer actions through one webbrowser.

Features:

  • It loads the printers from the printer manager backend
  • List available printers
    • View temperatures
    • View printer state
  • View printer queue
  • View printer files
  • Upload files to the printer
  • Delete files from the printer
  • Start jobs
  • Pause jobs
  • Clear queue

Developing

Once you've installed the project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

Building

To create a production version of your app:

npm run build