mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 11:30:15 +00:00
docs: standardize markdown syntax and remove deprecated sensor-proxy docs
This commit is contained in:
parent
39d647c947
commit
ee63d438cc
45 changed files with 228 additions and 512 deletions
|
|
@ -51,9 +51,9 @@ pd # Alias for ./scripts/hot-dev.sh
|
|||
Or use VS Code task: `Cmd+Shift+P` → "Tasks: Run Task" → "Start Pulse Dev Server"
|
||||
|
||||
**Access the app:**
|
||||
- Frontend: http://localhost:7655
|
||||
- Backend API: http://localhost:7656
|
||||
- Metrics: http://localhost:9091
|
||||
- Frontend: <http://localhost:7655>
|
||||
- Backend API: <http://localhost:7656>
|
||||
- Metrics: <http://localhost:9091>
|
||||
|
||||
## Development Workflows
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ Or use VS Code task: `Cmd+Shift+P` → "Tasks: Run Task" → "Start Pulse Dev Se
|
|||
**Backend (3-5 seconds):**
|
||||
- Edit any `.go` file
|
||||
- Save → Terminal shows:
|
||||
```
|
||||
```text
|
||||
🔄 Change detected: yourfile.go
|
||||
Rebuilding backend...
|
||||
✓ Build successful, restarting backend...
|
||||
|
|
@ -241,7 +241,7 @@ Custom overrides: Create `.env.devcontainer` (gitignored)
|
|||
|
||||
## Architecture
|
||||
|
||||
```
|
||||
```text
|
||||
MacBook (VS Code)
|
||||
↓ Remote-SSH
|
||||
dev-containers VM (Proxmox)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue