Portfolio showing all my works and projects, made with ThreeJs, VanillaJS, TailwindCSS and GSAP.
Download Node.js. Run this followed commands:
# Install dependencies
npm install
# Run the local server at localhost:5173
npm run dev
# Build for production in the dist/ directory
npm run build