skilld-frontend/README.md

28 lines
329 B
Markdown

## Local Quickstart
Follow these steps to run it locally.
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