Add super-simple readme

This commit is contained in:
Lewis Dale 2024-05-05 08:44:30 +01:00
parent b0fda7e317
commit 3d8f1f8311
1 changed files with 9 additions and 0 deletions

View File

@ -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.