From ad8faaa569756f3c8a3db19abc302d1f94ca6e23 Mon Sep 17 00:00:00 2001 From: Joakim Taule Kartveit Date: Tue, 21 Mar 2023 14:24:24 +0100 Subject: [PATCH] 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