Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 240 Bytes

File metadata and controls

14 lines (10 loc) · 240 Bytes

Three.js Particles

Setup

Download Node.js. Run this followed commands:

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

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