Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 624 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 624 Bytes

Week 5

Description

This code base covers using 3D model and positional audio in Three.js

Usage

Install dependencies:

# npm
npm install

# yarn
yarn

Start dev server:

# npm
npm run dev

# yarn
yarn dev

Build for production:

# npm
npm run build

# yarn
yarn build

Locally preview the production build:

# npm
npm run preview

# yarn
yarn preview