skilld-frontend/README.md

28 lines
329 B
Markdown
Raw Permalink Normal View History

2024-07-07 11:37:19 +00:00
## Local Quickstart
Follow these steps to run it locally.
2024-07-07 08:05:53 +00:00
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