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.
- Host: GitHub
- URL: https://github.com/hnordt/hnordt.dev
- Owner: hnordt
- Created: 2026-06-08T20:16:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-20T17:46:53.000Z (20 days ago)
- Last Synced: 2026-06-20T19:19:53.648Z (20 days ago)
- Topics: personal-website, portfolio, svelte, sveltekit, tailwindcss, typescript, vite, website
- Language: Svelte
- Homepage: https://hnordt.dev
- Size: 224 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
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
```