aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 74199a3b5af556d7902fceed363fb37434db69d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Personal Page

Live [here](https://guyonvarch.me).

## Getting started

```sh
cd public
python -m http.server
```

## Deploy

```bash
./deploy
```