Skip to content

cresolution128/three.js-particle-animation

Repository files navigation

particle-shader

Setup

To run this project locally, download Node.js and follow these steps:

# Install dependencies
npm install

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

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