blob: 89077ceed8291045746557739c6d89df82882933 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# My personal website, built using [SvelteKit](https://kit.svelte.dev), hosted on [sourcehut pages](https://srht.site/)
[](https://builds.sr.ht/~pml68/pml68.dev)
[](https://pml68.dev)
# Running locally
```sh
git clone https://git.sr.ht/~pml68/pml68.dev
cd pml68.dev
pnpm install
pnpm dev
```
|