🖨️ Printer Manager for SwitchCraft3. Store and queue printing jobs with ease! Licensed under GNU AGPLv3.
Important
Snowflake-Software no longer has a precence on SwitchCraft3, as SwitchCraft3 is shutting down. As such this repository has been archived.
PolarPrint is written in Golang and handlebars. It's recommended that you are familiar with Golang if you wish to work on the backend, and required that you have it installed. See the install offical install guide.
Once you are setup with golang, run the following to install the dependencies
go mod tidyFor easier development we recommend air to reload the program once you change something.
go install github.com/cosmtrek/air@latest
airBehind the scenes it uses the awesome Fiber framework for the web server.
The API is documented with the awesome Bruno, a "Fast and Git-Friendly Opensource API client".