Skip to content

GoodPraxis/stopkillerrobots3d

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Three.js Journey

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080 (will automatically open)
npm run dev

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.7%
  • HTML 22.6%
  • CSS 9.7%