This is my official web dev portfolio.
Features:
- Responsive design
- Automatic light/dark mode with toggle
- Fancy animations
- Easily editable data
This website was created with:
To run locally:
- Install dependencies with
bun install
ornpm install
- Run
bun dev
ornpm run dev
to start the dev server - Open
http://localhost:3000
in your browser