Added in steps for Local development in README.md (#12)

This commit is contained in:
Joakim Taule Kartveit 2023-03-21 21:41:29 +01:00 committed by GitHub
parent 10b8f651ec
commit 41e2fdf559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# NRSS - RSS Feeds for NRK sin podcaster
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