From a3ae7d311d65a4624cfd31459c5285138f50a5dc Mon Sep 17 00:00:00 2001 From: Andy Burke Date: Fri, 4 Jul 2025 15:23:09 -0700 Subject: [PATCH] docs: let's put the TODOs right up front --- README.md | 54 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 30 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 593dc5b..ae6eb0c 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,6 @@ -## Getting Started Developing +# autonomous.contact -1) Install Deno - - Run their shell script (note: as yourself, not root) - - ``` - curl -fsSL https://deno.land/install.sh | sh - ``` - - Or using Nix: - - ``` - nix-shell -p deno - ``` - -2) Clone the repo: - - `git clone https://andyburke.dev/andyburke/autonomous.contact.git` - -3) Start the server: - - `deno run task serve` - -4) Navigate to http://localhost:8000 +Bringing the BBS back. ## TODO @@ -62,3 +40,31 @@ feature discussions. - [X] smart forms - [X] use the api for forms so requests will be authenticated - [X] support multiple methods + +## Getting Started Developing + +1) Install Deno + + Run their shell script (note: as yourself, not root) + + ``` + curl -fsSL https://deno.land/install.sh | sh + ``` + + Or using Nix: + + ``` + nix-shell -p deno + ``` + +2) Clone the repo: + + `git clone https://andyburke.dev/andyburke/autonomous.contact.git` + +3) Start the server: + + `deno run task serve` + +4) Navigate to http://localhost:8000 + +5) Edit some code and check it out.