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

https://github.com/hnordt/hnordt.dev

My personal website for showcasing my work, projects, and ideas. Work in progress.
https://github.com/hnordt/hnordt.dev

personal-website portfolio svelte sveltekit tailwindcss typescript vite website

Last synced: 3 days ago
JSON representation

My personal website for showcasing my work, projects, and ideas. Work in progress.

Awesome Lists containing this project

README

          

# hnordt.dev

This is my personal website.

After many years of meaning to build a proper home for my work, notes, and ideas, I finally decided to make one. It is a place to showcase what I am building, share what I am thinking about, and keep a public record of projects that matter to me.

The site is still a work in progress, so the structure, content, and design will continue to evolve.

## Development

Install dependencies:

```sh
npm install
```

Start the development server:

```sh
npm run dev
```

Build for production:

```sh
npm run build
```

Preview the production build:

```sh
npm run preview
```