Thank you for your interest in contributing!
For DCO sign-off, commit conventions, and code review process, see the organization-wide CONTRIBUTING.md.
- Node.js 18+
- npm
- All reqstool repos cloned as siblings (for local build)
git clone https://github.com/reqstool/reqstool-docs.git
cd reqstool-docs
npm install# Build using local filesystem paths
npm run build:local
# Preview the built site
npm run preview