Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 594 Bytes

File metadata and controls

29 lines (20 loc) · 594 Bytes

Contributing to reqstool documentation

Thank you for your interest in contributing!

For DCO sign-off, commit conventions, and code review process, see the organization-wide CONTRIBUTING.md.

Prerequisites

  • Node.js 18+
  • npm
  • All reqstool repos cloned as siblings (for local build)

Setup

git clone https://github.com/reqstool/reqstool-docs.git
cd reqstool-docs
npm install

Build locally

# Build using local filesystem paths
npm run build:local

# Preview the built site
npm run preview