Skip to content

Alex-DG/megan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Megan

demo

WIP rts animation

Setup

Download Node.js. Run this followed commands:

# Install dependencies
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build