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

Merged
MikAoJk merged 3 commits from main into main 2023-03-21 20:41:29 +00:00
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
# NRSS - RSS Feeds for NRK sin podcaster
olaven commented 2023-03-21 20:24:21 +00:00 (Migrated from github.com)
Review
deno task start

This change uses the task in deno.json, meaning that it'll also update on file changes.

```suggestion deno task start ``` This change uses the task in `deno.json`, meaning that it'll also update on file changes.
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