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