skilld-admin/README.md

29 lines
309 B
Markdown
Raw Normal View History

2024-07-07 11:36:35 +00:00
## Local Quickstart
Follow these steps to run it locally.
2024-07-07 08:13:03 +00:00
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