Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 670 Bytes

readme.md

File metadata and controls

27 lines (17 loc) · 670 Bytes

ViteJS with 8thwall & ThreeJS Alex Face Effect

8thwall + threeJS demo project made with viteJS⚡

Demo

msf_401289 msf_401290

Setup

Run the following commands:

# Install dependencies (only the first time)
yarn

# Run the local server at localhost:8080
yarn dev

# Run the local server at your public IP address
yarn dev --host

# Build for production in the dist/ directory
yarn build