Personal portfolio built with Astro.
- Framework: Astro
- Styling: SCSS with CSS custom properties
- Animations: GSAP + ScrollTrigger
- Icons: astro-icon (Lucide + MDI)
- Forms: Web3Forms + hCaptcha
# Install dependencies
bun install
# Start dev server
bun dev
# Build for production
bun buildCreate a .env file:
PUBLIC_WEB3FORMS_ACCESS_KEY=your_key_here
Get your access key from web3forms.com.
