/Logo-Three-JS

Three.js logo for friend's band website

Primary LanguageJavaScript

Three.js Journey

Logo designed for a friend's website. Can be manually spun at a certain speed

Screenshot 2023-04-15 at 16 27 22

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

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

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