Skip to content

Commit 0073575

Browse files
committed
Refactor code structure for improved readability and maintainability
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
1 parent 744edae commit 0073575

10 files changed

Lines changed: 376 additions & 949 deletions

File tree

QUICKSTART.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo apt install python3 python3-pip python3-venv nodejs npm
2626
./start-dev.sh
2727
```
2828

29-
Open http://localhost:3000 in your browser!
29+
Open http://localhost:3001 in your browser!
3030

3131
## Option 2: Manual Setup (5 minutes)
3232

@@ -52,7 +52,7 @@ npm run dev
5252

5353
### 3. Open the App
5454

55-
Go to http://localhost:3000
55+
Go to http://localhost:3001
5656

5757
## What You'll See
5858

@@ -83,8 +83,8 @@ Try creating a task:
8383
sudo lsof -i :5001
8484
sudo kill -9 <PID>
8585

86-
# Frontend (port 3000)
87-
sudo lsof -i :3000
86+
# Frontend (port 3001)
87+
sudo lsof -i :3001
8888
sudo kill -9 <PID>
8989
```
9090

0 commit comments

Comments
 (0)