Development
Setup
sh
git clone https://github.com/nordbyte/RepoVista.git
cd RepoVista
npm ci
npm run buildChecks
sh
npm run typecheck
npm run lint
npm test
npm run security:auditnpm test builds first and then runs the test harness.
Docs
sh
npm run docs:dev
npm run docs:build
npm run docs:previewThe public docs are built from docs/ and deployed to GitHub Pages by .github/workflows/pages.yml.
Packaging
sh
npm pack --dry-runThe npm package includes dist, docs, README.md, and LICENSE.
