Add Tooloop Package and deploy script, fixes #1

This commit is contained in:
2024-06-04 17:21:13 +02:00
parent 6f7254c211
commit 3c38667e3c
9 changed files with 76 additions and 5 deletions
+8 -2
View File
@@ -20,7 +20,7 @@ brew install dpkg
brew install fakeroot
```
# Building
# Build
```bash
# one of
@@ -29,7 +29,7 @@ npm run make-linux
npm run make-all
```
# Running
# Run
```bash
# Mac
@@ -37,4 +37,10 @@ npm run start
# Linux
./out/Tooloop\ Kiosk\ Browser-linux-arm64/Tooloop\ Kiosk\ Browser --no-sandbox
```
# Deploy
```bash
npm run deploy
```