docs: let's put the TODOs right up front
This commit is contained in:
parent
5d6183305f
commit
a3ae7d311d
1 changed files with 30 additions and 24 deletions
54
README.md
54
README.md
|
@ -1,28 +1,6 @@
|
|||
## Getting Started Developing
|
||||
# autonomous.contact
|
||||
|
||||
1) Install Deno
|
||||
|
||||
Run their shell script (note: as yourself, not root)
|
||||
|
||||
```
|
||||
curl -fsSL https://deno.land/install.sh | sh
|
||||
```
|
||||
|
||||
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`
|
||||
|
||||
4) Navigate to http://localhost:8000
|
||||
Bringing the BBS back.
|
||||
|
||||
## TODO
|
||||
|
||||
|
@ -62,3 +40,31 @@ feature discussions.
|
|||
- [X] smart forms
|
||||
- [X] use the api for forms so requests will be authenticated
|
||||
- [X] support multiple methods
|
||||
|
||||
## Getting Started Developing
|
||||
|
||||
1) Install Deno
|
||||
|
||||
Run their shell script (note: as yourself, not root)
|
||||
|
||||
```
|
||||
curl -fsSL https://deno.land/install.sh | sh
|
||||
```
|
||||
|
||||
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`
|
||||
|
||||
4) Navigate to http://localhost:8000
|
||||
|
||||
5) Edit some code and check it out.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue