From 4f5181f24431df8bbee366f0f23e7b11d670f7a5 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Mon, 28 Oct 2024 21:26:05 +0100 Subject: [PATCH] docs: thisisunsage ssl warning --- docs/getting-started/development-setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/getting-started/development-setup.md b/docs/getting-started/development-setup.md index 606a371..4568559 100644 --- a/docs/getting-started/development-setup.md +++ b/docs/getting-started/development-setup.md @@ -25,6 +25,11 @@ export default defineConfig({ Now with vite and ssl setup, we can host out application by starting executing `vite --host`. The `--host` argument makes sure that the server is exposed to your local network, so you can access the app from your headset or smartphone. When starting the server, vite also shows you your local IP. Now type in this IP including the port number into your smartphone's or headset's browser (e.g. `https://192.168.0.43:5173`). +> [!TIP] +> Type `thisisunsafe` with your keyboard to dismiss the warning: +> image + + ## 2. emulator: [iwer/devui](https://github.com/meta-quest/immersive-web-emulation-runtime/blob/main/devui/README.md) Developing WebXR experiences often requires testing WebXR-specific features, which either require an actual device or an emulator. An emulator allows testing without a specific device and without continuously switching a headset on and off.