Added in steps for Local development in README.md #12
|
|
@ -8,6 +8,6 @@ https://deno.land/manual/getting_started/installation
|
||||||
|
|
||||||
### Run the application
|
### Run the application
|
||||||
``` shell
|
``` shell
|
||||||
deno run main.ts
|
deno task start
|
||||||
```
|
```
|
||||||
Open http://localhost:8000/ to view it in the browser
|
Open http://localhost:8000/ to view it in the browser
|
||||||
Loading…
Reference in New Issue