Skip to content

Commit 5982b1d

Browse files
fix: remove outdated instructions for running frontend only in DEVELOPMENT.md
1 parent 1a8a740 commit 5982b1d

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

DEVELOP.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ npm -v
4141
rustc -V
4242
```
4343

44-
4544
## 🧑‍💻 Development Mode
4645

4746
### Run full app (Tauri)
@@ -53,17 +52,6 @@ npm start
5352
- Launches the desktop app via Tauri
5453
- Includes backend (Rust) + frontend (Angular)
5554

56-
### Run frontend only (faster)
57-
58-
```bash
59-
npm run web:serve
60-
```
61-
62-
- Runs Angular in browser
63-
- Hot reload enabled
64-
- Recommended for UI development
65-
66-
6755
## 🧪 Tests
6856

6957
Run tests:
@@ -117,7 +105,6 @@ src-tauri/target/release/bundle/
117105
| src | Angular frontend (renderer process) |
118106
| src-tauri | Tauri backend (Rust main process) |
119107

120-
121108
## 🔄 Development Workflow
122109

123110
1. Create a branch from `main`

0 commit comments

Comments
 (0)