doc: add installation steps in readme

This commit is contained in:
mehedi-hasan 2024-07-07 14:05:53 +06:00
parent 3f8135bdbe
commit 0b3a51880f
1 changed files with 26 additions and 0 deletions

View File

@ -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