From 24fe2cb5996bd96ed4efd436b74a6c6d765ea1e3 Mon Sep 17 00:00:00 2001 From: Yurii Sokolovskyi Date: Thu, 19 Dec 2024 09:53:49 -0500 Subject: [PATCH] npm scripts added and Readme added --- Readme.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..8381766 --- /dev/null +++ b/Readme.md @@ -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 +``` +