You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/start/setup.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@ Last updated: 2026-01-01
27
27
-`pnpm`
28
28
- Docker (optional; only for containerized setup/e2e — see [Docker](/install/docker))
29
29
30
+
Native Windows note:
31
+
32
+
- The repo build runs `pnpm canvas:a2ui:bundle`, which invokes a Bash script for the A2UI host bundle.
33
+
- If you build from native Windows instead of WSL2, install **Git for Windows** so Git Bash is available before running `pnpm build` or `pnpm build:strict-smoke`.
34
+
- WSL2 remains the recommended Windows path for the full Gateway/tooling stack.
35
+
30
36
## Tailoring strategy (so updates don’t hurt)
31
37
32
38
If you want “100% tailored to me” _and_ easy updates, keep your customization in:
0 commit comments