ifms-printer-manager/README.md
2023-07-10 10:27:14 -04:00

21 lines
231 B
Markdown

# IFMS Printer Manager
A printer discovery and status reporter for Kyocera Printers @ IFMS
## Development 👨‍💻
```
npm install
npm install -w web
npm run dev
```
## Build for Production 🗄️
```
npm run build
```