First, build and run the application:
npm run devThe app will be available locally at http://localhost:3000.
To instantly expose your local server to the internet through a secure, temporary HTTPS URL without any port forwarding, run:
npx cloudflared tunnel --url http://localhost:3000Once executed, Cloudflare will generate a public URL in the terminal, for example: https://some-random-words.trycloudflare.com
To test the application on other devices, simply open the generated link on your smartphone
To deploy the application run the following command in the main branch:
npm run deployWhat the script does:
- Build the application
- Generates a static export of the project.
- Copies the exported files to the gh-pages branch.
- Pushes the updates to GitHub, which automatically triggers the deployment process.
Scan the following QRs to reach the webAR platform. Once the camera is active, scan again the QR to go to the AR effect.
![]() |
![]() |
![]() |
![]() |



