https://github.com/kulla/homepage
My homepage at https://kulla.dev
https://github.com/kulla/homepage
bun css cv homepage html personal-website portfolio-website projects
Last synced: about 2 months ago
JSON representation
My homepage at https://kulla.dev
- Host: GitHub
- URL: https://github.com/kulla/homepage
- Owner: kulla
- License: mit
- Created: 2025-12-13T12:08:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-03T15:05:43.000Z (2 months ago)
- Last Synced: 2026-04-03T18:36:22.470Z (2 months ago)
- Topics: bun, css, cv, homepage, html, personal-website, portfolio-website, projects
- Language: HTML
- Homepage: https://kulla.dev/
- Size: 729 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# My Homepage
This is my personal homepage at https://kulla.dev. It is handwritten HTML & CSS
which you can find in the [`src/`](./src) folder.
## Local Development
### Setup
I use [`bun`](https://bun.sh/) for local development. To install dependencies:
```bash
bun install
```
### Start a local server
To run a local server and view the homepage in your browser at
http://localhost:3000, run:
```bash
bun dev
```
## Credits
- Design inspired by [nextjs-resume](https://nextjs-resume.hugw.cloud/#intro) by
[Hugo Wantuil](https://www.hugw.dev/).
- Icons provided by [Font Awesome](https://fontawesome.com/).
- Typography set in [Inter](https://rsms.me/inter/) by
[Rasmus Andersson](https://rsms.me/).
- Color theme: [rose pine](https://rosepinetheme.com/).