Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 468 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 468 Bytes

xr-locomotion-starter

Starter repo for THREE.js Locomotion

This is built using THREE.js and compiles with Rollup.

Edit the files in the src/ directory to make changes.

Dependencies: nodejs

Build steps:

# install dependencies
npm install

# compile everything
npm run build

# develop mode
npm run develop

#start a local server
npm run start

It's just a static HTML document so sticking it on GitHub pages or any simple http-server would work well.