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 11 additions and 0 deletions
Showing only changes of commit ad8faaa569 - Show all commits

View File

@ -1,3 +1,14 @@
# 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
**_NOTE:_** The note content
### Run the application
``` shell
deno run main.ts
```
Open http://localhost:8000/ to view it in the browser