Remote Access โ
You can run your presentation with remote access by using the --remote flag:
bash
pnpm dev --remote
# i.e. slidev --remotebash
npm run dev -- --remote
# i.e. slidev --remotebash
yarn dev --remote
# i.e. slidev --remotebash
bun dev --remote
# i.e. slidev --remotebash
deno run dev --remote
# i.e. slidev --remotePassword Protection โ
If you want to share your slides but don't want other people to access the presenter mode, you can pass a password to the option, i.e. --remote=your_password. Then the password is required when accessing the presenter mode.
Remote Tunnel โ
You can open a Cloudflare Quick Tunnels to expose your local server to the internet. This way, you can share your slides with others without setting up a server.
bash
pnpm dev --remote --tunnel
# i.e. slidev --remote --tunnelbash
npm run dev -- --remote --tunnel
# i.e. slidev --remote --tunnelbash
yarn dev --remote --tunnel
# i.e. slidev --remote --tunnelbash
bun dev --remote --tunnel
# i.e. slidev --remote --tunnelbash
deno run dev --remote --tunnel
# i.e. slidev --remote --tunnel