From ad8faaa569756f3c8a3db19abc302d1f94ca6e23 Mon Sep 17 00:00:00 2001 From: Joakim Taule Kartveit Date: Tue, 21 Mar 2023 14:24:24 +0100 Subject: [PATCH 1/3] Added in steps for Local development in README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f87e7fb..d680ac6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # NRSS - RSS Feeds for NRK sin podcaster 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 \ No newline at end of file -- 2.40.1 From 41265c0cf82bd5e566562ac67c97ef32cabe8ba9 Mon Sep 17 00:00:00 2001 From: Joakim Taule Kartveit Date: Tue, 21 Mar 2023 14:25:09 +0100 Subject: [PATCH 2/3] Removed note --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d680ac6..8afc953 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ https://nrss.deno.dev/ ## Local devlopment install Deno https://deno.land/manual/getting_started/installation -**_NOTE:_** The note content ### Run the application ``` shell -- 2.40.1 From 9326568de370d4f8f4f9ec0cfabb2d210df11d14 Mon Sep 17 00:00:00 2001 From: Joakim Taule Kartveit Date: Tue, 21 Mar 2023 21:38:46 +0100 Subject: [PATCH 3/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Olav Sundfør --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8afc953..9a1e92e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ https://deno.land/manual/getting_started/installation ### Run the application ``` shell -deno run main.ts +deno task start ``` Open http://localhost:8000/ to view it in the browser \ No newline at end of file -- 2.40.1