/8thwall-inworld

8thwall inworld experiment 🤖

Primary LanguageJavaScript

{ AR 8thWall ~ Three.js } Inworld - AI Characters âš¡

Description

  • 8thWall AR Inworld experiment

Setup

  • Frontend:
  1. Create .env.local file in the project root and add your 8th Wall key inside:
VITE_8THWALL_APP_KEY=xxxxxxxxxxxxxxxxxxxxxxxxx
  1. 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
  • Backend:
  1. Under the /server folder run the following commands:
# Install dependencies (only the first time)
yarn

# Run the local express server
yarn start