Thanks for your interest in improving this CCSS Dashboard.
This is a community project intended to make CCSS easier to explore.
- Report bugs (steps to reproduce + screenshots if possible)
- Suggest improvements (open an issue)
- Fix/extend datasets under
data/raw/(include source link) - Improve UX / accessibility / performance
- Node.js 18+ (20+ recommended)
- npm (or pnpm / yarn)
npm installnpm run devnpm run lint
npm run buildIf you change or add datasets under data/raw/:
- Keep the JSON structure consistent with
types/ccss.ts. - Prefer small, focused diffs.
- In your PR description, include the official source link(s) you used.
- Keep PRs focused (one topic per PR).
- Write a clear description: what changed, why, and how to test.
- If the change affects UI behavior, add a screenshot.
By participating, you agree to follow the Code of Conduct in CODE_OF_CONDUCT.md.