doc: add installation steps in readme

This commit is contained in:
mehedi-hasan 2024-07-07 14:13:03 +06:00
parent a480eb930e
commit 6c716e5f7a
1 changed files with 27 additions and 0 deletions

View File

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