Link ARCHITECTURE.md in SECURITY and DEV-QUICK-START guides
This commit is contained in:
parent
18deba0b8d
commit
d769d6a56c
2 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
- Node.js 20+
|
||||
- pnpm 9+ (for frontend work)
|
||||
|
||||
> **Tip**: Read [`ARCHITECTURE.md`](ARCHITECTURE.md) to understand the system design before diving in.
|
||||
|
||||
## Hot-Reload Development Mode
|
||||
|
||||
Start the development environment with hot-reload:
|
||||
|
|
|
|||
|
|
@ -4,6 +4,9 @@ This document is the canonical security policy for Pulse. It combines our
|
|||
ongoing hardening guidance with the operational checklists that previously lived
|
||||
in `docs/SECURITY.md`.
|
||||
|
||||
For a high-level overview of the system design and data flow, please refer to
|
||||
[`ARCHITECTURE.md`](ARCHITECTURE.md).
|
||||
|
||||
---
|
||||
|
||||
## Critical Security Notice for Container Deployments
|
||||
|
|
|
|||
Loading…
Reference in a new issue