Go to file
2024-12-19 09:53:49 -05:00
package-lock.json Initial Commit 2024-12-19 09:45:00 -05:00
package.json Initial Commit 2024-12-19 09:45:00 -05:00
Readme.md npm scripts added and Readme added 2024-12-19 09:53:49 -05:00
server.js Initial Commit 2024-12-19 09:45:00 -05:00

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