npm scripts added and Readme added

This commit is contained in:
Yurii Sokolovskyi 2024-12-19 09:53:49 -05:00
parent f7a67588f4
commit 24fe2cb599

25
Readme.md Normal file
View File

@ -0,0 +1,25 @@
install libraries:
```bash
npm install
```
compile for all platforms:
```bash
npm run compile
```
compile for linux:
```bash
npm run compile-linux
```
compile for windows:
```bash
npm run compile-win
```
compile for mac:
```bash
npm run compile-mac
```