/dev-portfolio

My dev portfolio website.

Primary LanguageSvelteMIT LicenseMIT

Dev portfolio

This is my official web dev portfolio.

Features:

  • Responsive design
  • Automatic light/dark mode with toggle
  • Fancy animations
  • Easily editable data

Stack

This website was created with:

Running locally

To run locally:

  1. Install dependencies with bun install or npm install
  2. Run bun dev or npm run dev to start the dev server
  3. Open http://localhost:3000 in your browser