Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 312 Bytes

readme.md

File metadata and controls

20 lines (14 loc) · 312 Bytes

Vite Three

Copy (clone without git history)

npx degit jbrialon/vite-three threejs-project-folder

Setup

# Install dependencies (only the first time)
npm install

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

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