Added README.md

This commit is contained in:
Douglas Barone 2023-07-10 10:27:14 -04:00
parent ba218af535
commit 4848d812f3
2 changed files with 21 additions and 1 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# 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
```

2
package-lock.json generated
View File

@ -5365,7 +5365,7 @@
}
},
"web": {
"version": "0.0.0",
"version": "1.0.0",
"dependencies": {
"@mdi/font": "7.0.96",
"apexcharts": "^3.41.0",