No description
|
|
||
|---|---|---|
| package-lock.json | ||
| package.json | ||
| Readme.md | ||
| server.js | ||
install libraries:
npm install
compile for all platforms:
npm run compile
compile for linux:
npm run compile-linux
compile for windows:
npm run compile-win
compile for mac:
npm run compile-mac