From 3d8f1f8311a553511004f070696a8a8cb46507d4 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Sun, 5 May 2024 08:44:30 +0100 Subject: [PATCH] Add super-simple readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 68ec08c..c675a38 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # oopsie +This is the README for the Oopsie project, that I'm building through my [WeblogPoMo 2024 series](https://lewisdale.dev/post/tag/WeblogPoMo2024/). + +## Running the server + +```bash +go run main.go +``` + +The server will start on port `8000` by default. \ No newline at end of file