git clone https://github.com/fixedbydev/envguard-docs.git
cd envguard-docs
npm install
npm startThe site runs at http://localhost:3000.
- All docs live in
docs/ - Use MDX for interactive examples
- Keep paragraphs short (max 3 sentences before a code block)
- Every concept needs a working code example
- Write for senior Node.js developers
- Fork the repo
- Create a branch
- Make changes
npm run buildto verify- Open a PR
Preview deploys automatically on PRs.