No description
src | ||
static | ||
.env.example | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
package-lock.json | ||
package.json | ||
postcss.config.js | ||
README.md | ||
svelte.config.js | ||
tailwind.config.js | ||
vite.config.js |
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