Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 832 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 832 Bytes

About Me

Simple about me using three.js create a sphere and adds custom shader, which makes it look like a planet added rings around the sphere, also gave them similar shaders HTML content contains, photo avatar, name, hobbies, link to socials about-me

Live Demo


(https://myl8f1-4173.csb.app)

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
# view production build 
npm run preview

Troubleshoot

sh: 1: vite : Permission denied

# in terminal  
npm rebuild