An open API service indexing awesome lists of open source software.

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

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/).