Whole Sort of General Mish Mash
chromium-browser --disable-web-security --user-data-dir --test-type --kiosk --incognito
.yarn install
BROWSER=chromium-browser yarn start
.env
Autostart browser and prevent screensaver from turning the screen off
@chromium-browser --disable-web-security --user-data-dir --test-type --kiosk --incognito http://localhost:3000
@xset s noblank
@xset s off
@xset s -dpms