diff options
| author | Joe Carstairs <me@joeac.net> | 2025-12-12 14:47:04 +0000 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-12-12 14:47:04 +0000 |
| commit | fa8948da138f949564ab0124078eb0da3bb70562 (patch) | |
| tree | 08dd3428b1588588f5ff2468f35e224735eb000b /README.md | |
| parent | ed6a6428a34aea00e57f7eaeda565fc72ab93390 (diff) | |
run instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -4,8 +4,26 @@ Joe Carstairs' personal website Structure: -├website: My public-facing website -└infrastructure: The infrastructure of my website as code +``` +/ +├── 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 +``` ## Infrastructure |
