📖 docs (readme): add page creation guidelines

This commit is contained in:
Abizrh
2025-08-13 16:44:01 +07:00
parent 67ccb21b49
commit 46826ce421
+1
View File
@@ -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.