Skip to content

Instantly share code, notes, and snippets.

@rubeniskov
Created March 7, 2023 11:04
Show Gist options
  • Save rubeniskov/3396580cae0709e84b911bdf77e04670 to your computer and use it in GitHub Desktop.
Save rubeniskov/3396580cae0709e84b911bdf77e04670 to your computer and use it in GitHub Desktop.
Launch chrome with kiosk mode and disable user profile
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --kiosk --app=http://localhost:5173/ --profile-directory=none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment