aboutsummaryrefslogtreecommitdiff
path: root/README.md
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/)

[![builds.sr.ht status](https://builds.sr.ht/~pml68/pml68.dev.svg)](https://builds.sr.ht/~pml68/pml68.dev)  
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fpml68.dev)](https://pml68.dev)

# Running locally

```sh
git clone https://git.sr.ht/~pml68/pml68.dev
cd pml68.dev
pnpm install
pnpm dev
```