docs: update readme with improved getting started instructions
This commit is contained in:
parent
3a37b7857a
commit
eef7b29223
1 changed files with 18 additions and 10 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue