docs: update readme
This commit is contained in:
parent
fa5395fbc1
commit
3a37b7857a
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
@ -1,3 +1,21 @@
|
||||||
|
## Getting Started Developing
|
||||||
|
|
||||||
|
Run their shell script (note: as yourself, not root)
|
||||||
|
|
||||||
|
```
|
||||||
|
curl -fsSL https://deno.land/install.sh | sh
|
||||||
|
```
|
||||||
|
|
||||||
|
Using Nix:
|
||||||
|
|
||||||
|
```
|
||||||
|
nix-shell -p deno
|
||||||
|
```
|
||||||
|
|
||||||
|
`deno run task serve`
|
||||||
|
|
||||||
|
navigate to http://localhost:8000
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- [x] sign up
|
- [x] sign up
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue