docs: update readme with improved getting started instructions

This commit is contained in:
Andy Burke 2025-06-24 15:53:16 -07:00
parent 3a37b7857a
commit eef7b29223

View file

@ -1,20 +1,28 @@
## Getting Started Developing
1) Install Deno
Run their shell script (note: as yourself, not root)
```
curl -fsSL https://deno.land/install.sh | sh
```
Using Nix:
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`
navigate to http://localhost:8000
4) Navigate to http://localhost:8000
## TODO