basic documentation for setting up parking script

This commit is contained in:
Justinas K. 2022-01-03 13:40:24 +02:00
parent 1790f65436
commit e763828cd1
1 changed files with 9 additions and 14 deletions

View File

@ -1,24 +1,19 @@
# Parking occupancy
# Parking occupancy manager script
## Setup
To build project clone source files and run commands below
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
Create a script using parking source code (`parking-occupancy-managment\script`) from this repository with name `parking` in CredoID
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
After build is complete copy contents of _./dist/_ folder to script folder
under _C:\ProgramData\Midpoint-Security\CredoID Service\Files\Scripts\parking_ (folder should already be present after script creation in CredoID)