Added in steps for Local development in README.md
This commit is contained in:
parent
10b8f651ec
commit
ad8faaa569
11
README.md
11
README.md
|
|
@ -1,3 +1,14 @@
|
||||||
# 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
|
||||||
|
**_NOTE:_** The note content
|
||||||
|
|
||||||
|
### Run the application
|
||||||
|
``` shell
|
||||||
|
deno run main.ts
|
||||||
|
```
|
||||||
|
Open http://localhost:8000/ to view it in the browser
|
||||||
Loading…
Reference in New Issue