QuantLab Research is the public web surface for one product, not the whole QuantLab ecosystem. This repo contains the landing assets and implementation work for the QuantLab Research product and its public explanation layer, including only the necessary relationship to QuantLab Core and QuantPulse.
The canonical scope rule for this repo is documented in docs/brand-architecture.md.
Production URL:
https://leticia-padilla-dev.github.io/quantlab-workspace/
npm install
npm run lint
npm run build
npm testThe default slice workflow for this repo is:
- Open one issue for one coherent slice.
- Create one fresh branch from
origin/main. - Implement and validate the slice locally.
- Commit the slice.
- Push the branch.
- Open one PR scoped only to that slice.
- Review and resolve conflicts against
main. - Merge the PR.
- Close the linked issue.
- Clean up stale local and remote branches when they are no longer needed.
AGENTS.md: rules for humans and coding agents.github/pull_request_template.md: PR checklist and scope controls.github/ISSUE_TEMPLATE/maintenance.md: maintenance slice issue template.github/ISSUE_TEMPLATE/bug_report.md: bug issue template.github/workflows/ci.yml: GitHub Actions validation for build, lint, and test.github/workflows/deploy.yml: GitHub Actions deployment togh-pages
main is protected. Pull requests must pass Build, Lint, and Test and be up to date before merge.
Pushes to main now publish the production build to gh-pages automatically.
Canonical desktop evidence assets live under public/evidence/desktop/.