blob: 29537a3f3d02b79572ff5e9e8d64df33b72234f1 (
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.dev)
# Running locally
```sh
git clone https://github.com/pml68/website
cd website
pnpm install
pnpm dev
```
|