Quickstart: Docs Portal Homepage
Run Locallyβ
cd website
npm run start -- --host 127.0.0.1 --port 3001
Open:
http://127.0.0.1:3001/
Verify Homepage Sourcesβ
Confirm generated states:
jq '.states | length' catalog/state-catalog.json
Confirm live demos:
jq '.environments | length' catalog/live-environments.json
The rendered homepage should show the same counts for generated state cards and live demo cards.
Buildβ
cd website
npm run build
Regression Checklistβ
/renders the TraderX portal homepage.- The Knowledge Graph link opens
/docs/learning-paths. - State icon actions expose spec, architecture, runtime, learning, code, and ADR links where available.
- Live demo links match
catalog/live-environments.json. - Footer source text names
catalog/state-catalog.jsonfor state data.