Skip to content

Commit e562668

Browse files
committed
Add readme
1 parent e645671 commit e562668

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# LabTech Script Explorer
2+
3+
Copy LTScript XML files, and inspect before importing into your server!
4+
Utilizes [labtech-script-decode](https://github.com/mspgeek/labtech-script-decode) library to handle parsing and decoding scripts.
5+
6+
# [Live Version Here](https://k-grube.github.io/labtech-script-explorer/)
7+
8+
### Test and Build
9+
10+
```
11+
12+
npm ci
13+
14+
# dev version
15+
npm run start
16+
17+
# build static version
18+
npm run build
19+
20+
```

0 commit comments

Comments
 (0)