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
|
## 🚀 Kom igång lokalt
|
||||||
|
|
||||||
### 1. Klona repot
|
|
||||||
```bash
|
```bash
|
||||||
|
# 1. Klona repot
|
||||||
git clone <repo-url>
|
git clone <repo-url>
|
||||||
cd todo
|
cd todo
|
||||||
```
|
|
||||||
|
|
||||||
### 2. Skapa och aktivera virtuell miljö
|
# 2. Skapa och aktivera virtuell miljö
|
||||||
```bash
|
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
```
|
|
||||||
|
|
||||||
### 3. Installera beroenden
|
#3. Installera beroenden
|
||||||
```bash
|
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
npm install
|
npm install
|
||||||
```
|
|
||||||
|
|
||||||
### 4. Starta applikationen
|
# 4. Starta applikationen
|
||||||
```bash
|
|
||||||
python3 app.py
|
python3 app.py
|
||||||
```
|
|
||||||
|
|
||||||
### Öppna i webbläsaren:
|
# Öppna i webbläsaren:
|
||||||
```bash
|
|
||||||
http://127.0.0.1:5001
|
http://127.0.0.1:5001
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user