Uppdatera README
This commit is contained in:
parent
0527508046
commit
4bbe939c8f
18
README.md
18
README.md
@ -64,32 +64,24 @@ Projektet är förberett för **CI (GitHub Actions)**.
|
||||
|
||||
## 🚀 Kom igång lokalt
|
||||
|
||||
### 1. Klona repot
|
||||
```bash
|
||||
# 1. Klona repot
|
||||
git clone <repo-url>
|
||||
cd todo
|
||||
```
|
||||
|
||||
### 2. Skapa och aktivera virtuell miljö
|
||||
```bash
|
||||
# 2. Skapa och aktivera virtuell miljö
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
```
|
||||
|
||||
### 3. Installera beroenden
|
||||
```bash
|
||||
#3. Installera beroenden
|
||||
pip install -r requirements.txt
|
||||
pip install -r requirements-dev.txt
|
||||
npm install
|
||||
```
|
||||
|
||||
### 4. Starta applikationen
|
||||
```bash
|
||||
# 4. Starta applikationen
|
||||
python3 app.py
|
||||
```
|
||||
|
||||
### Öppna i webbläsaren:
|
||||
```bash
|
||||
# Öppna i webbläsaren:
|
||||
http://127.0.0.1:5001
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user