Hey, I am Sonny and this is (obviously) the source code of my portfolio website!
This project uses Bun instead of Node. To get started run:
bun install
Then run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.