chore: add root startup scripts

This commit is contained in:
2026-03-28 10:53:29 +08:00
parent 1455d93246
commit d18a709987
4 changed files with 129 additions and 0 deletions

View File

@@ -14,6 +14,33 @@ Monorepo for the Termi blog system.
## Run
### Monorepo scripts
From the repository root:
```powershell
.\dev.ps1
```
Only frontend:
```powershell
.\dev.ps1 -FrontendOnly
```
Only backend:
```powershell
.\dev.ps1 -BackendOnly
```
Direct scripts:
```powershell
.\start-frontend.ps1
.\start-backend.ps1
```
### Frontend
```powershell