From 3a37b7857adcd9bc4f73ae3a7b630709234a0e53 Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Tue, 24 Jun 2025 15:51:02 -0700 Subject: [PATCH] docs: update readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index fac5ebe..f38bfb8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +## Getting Started Developing + +Run their shell script (note: as yourself, not root) + +``` +curl -fsSL https://deno.land/install.sh | sh +``` + +Using Nix: + +``` +nix-shell -p deno +``` + +`deno run task serve` + +navigate to http://localhost:8000 + ## TODO - [x] sign up