initial app
This commit is contained in:
@@ -1,2 +1,19 @@
|
||||
# tooloop-kiosk-browser
|
||||
https://www.electronjs.org/docs/latest/tutorial/quick-start
|
||||
|
||||
# Dev environment
|
||||
|
||||
```bash
|
||||
sudp apt install node
|
||||
sudp apt install npm
|
||||
sudo apt install rpm
|
||||
|
||||
npm install
|
||||
|
||||
# https://github.com/electron/electron/issues/17972
|
||||
sudo chown root chrome-sandbox
|
||||
chmod 4755 chrome-sandbox
|
||||
|
||||
npm run make
|
||||
|
||||
./out/tooloop-kiosk-browser-linux-x64/tooloop-kiosk-browser --no-sandbox
|
||||
```
|
||||
Reference in New Issue
Block a user