Added in steps for Local development in README.md #12
10
README.md
10
README.md
|
|
@ -1,3 +1,13 @@
|
||||||
# NRSS - RSS Feeds for NRK sin podcaster
|
# NRSS - RSS Feeds for NRK sin podcaster
|
||||||
|
|
|||||||
|
|
||||||
https://nrss.deno.dev/
|
https://nrss.deno.dev/
|
||||||
|
|
||||||
|
## Local devlopment
|
||||||
|
install Deno
|
||||||
|
https://deno.land/manual/getting_started/installation
|
||||||
|
|
||||||
|
### Run the application
|
||||||
|
``` shell
|
||||||
|
deno task start
|
||||||
|
```
|
||||||
|
Open http://localhost:8000/ to view it in the browser
|
||||||
Loading…
Reference in New Issue
This change uses the task in
deno.json, meaning that it'll also update on file changes.