Solid foundation. Invest in docs and CI to grow from here.
The NSW Design System is a toolkit of style, patterns, standards and guidance for everyone creating distinctly NSW digital products and services. It helps us create unified, trusted, inclusive and audience centered digital experiences for our users that are clearly simple, current and purposeful.
Documentation
85
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
71
Test files detected (src/global/scripts/helpers/utilities.test.js).
CI is configured (.github/workflows/build-deploy-production-manual.yml).
Lockfile present (package-lock.json). Installs are reproducible.
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
97
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 38Forks
- 114Releaseslatest 5y ago
Community
- —Community health
- —authors own >50% of commits
- 83Watchers
Responsiveness
- 6d 2hMedian issue response
- <1hMedian PR merge time
- 10Open issues
Repository files26 root entries
- .githubGood: CI is configured (.github/workflows/build-deploy-production-manual.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- build-script
- srcGood: Test files detected (src/global/scripts/helpers/utilities.test.js).
- .babelrc
- .browserslistrc
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .eslintignore
- .eslintrc
- .gitignoreGood: .gitignore present.
- .nvmrcGood: Environment pinned via .nvmrc.
- .pa11yci
- .stylelintrc
- a11y-test.js
- add-component.js
- CHANGELOG-V3.md
- CHANGELOG.md
- config.json
- contribute.md
- gulpfile.js
- HTMLstarterkit.zip
- LICENSEGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- tsconfig.json
- vercel.json