From 0b3a51880fd11d4021535cf4e5e6904e3bb15e85 Mon Sep 17 00:00:00 2001 From: mehedi-hasan Date: Sun, 7 Jul 2024 14:05:53 +0600 Subject: [PATCH] doc: add installation steps in readme --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index e69de29..7146cf1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,26 @@ +## Installation + +1. Clone the repo + +``` +git clone https://gitea.kreuzung1.de/mehedi/skilld-frontend.git +``` + +2. Change the directory + +``` +cd skilld-frontend +``` + +3. Install the dependencies +``` +npm install +``` + +4. Run it + +``` +npm run dev +``` + +5. Go to http://localhost:3000 and thats it \ No newline at end of file