🚀 Development Server

✅ Development proxy is active

Server: dev.lzawadzki.com

Port range: 3100-3199

How to use:

Examples:

# Start your app on port 3100
python3 -m http.server 3100

# Access via browser:
https://dev.lzawadzki.com/3100
# Start your AR app on port 3101
npx http-server -S -C localhost.pem -K localhost.key -p 3101

# Access via browser:
https://dev.lzawadzki.com/3101

Available ports:

3100, 3101, 3102, 3103, 3104, 3105... up to 3199

Note: Make sure your application is running on the specified port before accessing it through the proxy.