docs: let's put the TODOs right up front

This commit is contained in:
Andy Burke 2025-07-04 15:23:09 -07:00
parent 5d6183305f
commit a3ae7d311d

View file

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