diff --git a/README.md b/README.md index 1094dab9..fc6ea8d8 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ The basic development workflow follows these steps: ### Create Pages in `pages/` +- Define permissions and guards for each page. - Pages load the appropriate flow from `components/flow/`. - They do not contain UI or logic directly, just route level layout or guards.