Skip to content

Neon-Coders/threejs-sphere

Repository files navigation

threejs-sphere

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server 
npm run dev

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