summaryrefslogtreecommitdiff
path: root/README.md
blob: ad5f0646578f30cd9cdc0d6788f19e0025804d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# personal-website

Joe Carstairs' personal website

Structure:

```
/
├── website: My public-facing website
└── infrastructure: The infrastructure of my website as code
```

## Running

To run with Docker or Podman:

```bash
docker build -t joeac-net .
docker run joeac-net [port]:4321
```

To run with Node:

```bash
npm run start
```