From fa8948da138f949564ab0124078eb0da3bb70562 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 12 Dec 2025 14:47:04 +0000 Subject: run instructions --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ea434b5..b446240 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3