ifms-printer-manager/README.md

21 lines
231 B
Markdown
Raw Permalink Normal View History

2023-07-10 14:27:14 +00:00
# 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
```