No description
Find a file
2023-11-02 18:19:19 +01:00
src update import 2023-11-02 18:19:19 +01:00
static Initial Commit 2023-11-01 22:20:34 +01:00
.eslintignore Initial Commit 2023-11-01 22:20:34 +01:00
.eslintrc.cjs Initial Commit 2023-11-01 22:20:34 +01:00
.gitignore Initial Commit 2023-11-01 22:20:34 +01:00
.npmrc Initial Commit 2023-11-01 22:20:34 +01:00
package-lock.json Initial Commit 2023-11-01 22:20:34 +01:00
package.json Initial Commit 2023-11-01 22:20:34 +01:00
postcss.config.js Initial Commit 2023-11-01 22:20:34 +01:00
README.md update readme file 2023-11-02 12:24:00 +01:00
svelte.config.js Initial Commit 2023-11-01 22:20:34 +01:00
tailwind.config.js Initial Commit 2023-11-01 22:20:34 +01:00
vite.config.js Initial Commit 2023-11-01 22:20:34 +01:00

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