blob: a87e37ae789a1554d1c7c370aebe4adf1e5dbdd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# My personal website, built using [SvelteKit](https://kit.svelte.dev), hosted by [GitHub pages](https://pages.github.com)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://github.com/pml68/website/releases/latest)
[](https://github.com/pml68/website/actions)
[](https://pml68.me)
# Running locally
```sh
git clone https://github.com/pml68/website
cd website
pnpm install
pnpm dev
```
|