From 41e2fdf559590529b2106dbb286e25f604db9eed Mon Sep 17 00:00:00 2001 From: Joakim Taule Kartveit Date: Tue, 21 Mar 2023 21:41:29 +0100 Subject: [PATCH] Added in steps for Local development in README.md (#12) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f87e7fb..9a1e92e 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file