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
28
README.md
28
README.md
|
@ -1,20 +1,28 @@
|
||||||
## Getting Started Developing
|
## Getting Started Developing
|
||||||
|
|
||||||
Run their shell script (note: as yourself, not root)
|
1) Install Deno
|
||||||
|
|
||||||
```
|
Run their shell script (note: as yourself, not root)
|
||||||
curl -fsSL https://deno.land/install.sh | sh
|
|
||||||
```
|
|
||||||
|
|
||||||
Using Nix:
|
```
|
||||||
|
curl -fsSL https://deno.land/install.sh | sh
|
||||||
|
```
|
||||||
|
|
||||||
```
|
Or using Nix:
|
||||||
nix-shell -p deno
|
|
||||||
```
|
|
||||||
|
|
||||||
`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
|
## TODO
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue