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

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)  
[![GitHub Release](https://img.shields.io/github/v/release/pml68/website)](https://github.com/pml68/website/releases/latest)  
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/pml68/website/deploy.yml)](https://github.com/pml68/website/actions)  
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fpml68.me)](https://pml68.me)

# Running locally

```sh
git clone https://github.com/pml68/website
cd website
pnpm install
pnpm dev
```