Files
Tooloop-Kiosk-Browser/README.md
T
2024-06-04 10:00:11 +02:00

40 lines
564 B
Markdown

![App icon](images/icon-512.png)
# Install dev environment
```bash
sudo apt install node
sudo apt install npm
sudo apt install rpm
npm install
# On Linux
# https://github.com/electron/electron/issues/17972
sudo chown root chrome-sandbox
chmod 4755 chrome-sandbox
# for cross compilation Mac -> Linux
brew install dpkg
brew install fakeroot
```
# Building
```bash
# one of
npm run make
npm run make-linux
npm run make-all
```
# Running
```bash
# Mac
npm run start
# Linux
./out/Tooloop\ Kiosk\ Browser-linux-arm64/Tooloop\ Kiosk\ Browser --no-sandbox
```