cors implementation #1

Merged
Yurii merged 2 commits from :master into master 2025-01-07 00:45:06 +00:00
Showing only changes of commit 4dc3b720c0 - Show all commits

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
```