A quick guide to understanding and working with this monorepo.
This is a frontend monorepo containing multiple applications:
/pages)/app/discart-me)/app/qrack)All apps share code, components, and infrastructure while maintaining clear boundaries.
New to the codebase?
Looking for specific information?
/docs/05-adr//app/{app}/README.md/src/{library}/README.mdAll documentation lives in Markdown (.md) files:
See Documentation Hub for the complete documentation structure.
Next Steps: Read the Architecture Overview to understand the system design.