Skip to content

kulla/homepage

Repository files navigation

My Homepage

This is my personal homepage at https://kulla.dev. It is handwritten HTML & CSS which you can find in the src/ folder.

Local Development

Setup

I use bun for local development. To install dependencies:

bun install

Start a local server

To run a local server and view the homepage in your browser at http://localhost:3000, run:

bun dev

Credits