Development still pending ...
You can clone & create this repo with the following command
pnpm create next-app WebAr --example "https://github.com/tombombadilom/WebAR"
pnpm i -g vercel@latest
First create the .env.local file
Then run vercel link
Then run vercel env pull .env.development.local
Then, run the development server:
pnpm dev
Open http://localhost:3000 with your browser to see the result.