Skip to content

Minimal reusable template project using Immersal AR and 8th Wall with Three.js

Notifications You must be signed in to change notification settings

Alex-DG/immersal-8thwall-template

Repository files navigation

Prototype: Immersal AR + 8thWall Template

Description

  • Minimal reusable template project using Immersal AR and 8th Wall with Three.js

Demos

Setup

  1. Create a new file .env.local in the project root and add inside your 8th Wall key, Immersal developer token and a map id , such as:
VITE_8THWALL_APP_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx
VITE_IMMERSAL_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxx
VITE_MAP_ID=xxxxx
  1. In your 8th Wall project: do not forget to add your local ip address in the list of authorized domains within your 8th Wall Project in Hosting > Edit > add your local ip address

  2. Run the following commands:

# Install dependencies (only the first time)
yarn

# Run the local server
yarn dev

# Build for production in the dist/ directory
yarn build

About

Minimal reusable template project using Immersal AR and 8th Wall with Three.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published