inspired by Three JS Journey by Bruno Simons
This is a mockup for a simple Portfolio. My goal was to learn how to implement scroll-based animation and parallax effect with Three.js, guided by the highly recommended course by Bruno Simons.
Clone the repo locally and run the following 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