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
Run their shell script (note: as yourself, not root)
1) Install Deno
```
curl -fsSL https://deno.land/install.sh | sh
```
Run their shell script (note: as yourself, not root)
Using Nix:
```
curl -fsSL https://deno.land/install.sh | sh
```
```
nix-shell -p deno
```
Or using Nix:
`deno run task serve`
```
nix-shell -p deno
```
navigate to http://localhost:8000
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
## TODO