Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 777 Bytes

CLAUDE.md

File metadata and controls

22 lines (18 loc) · 777 Bytes

NeRDS - Nederlandse Richtlijn Digitale Systemen

Key Commands

  • uv pip install -r requirements.txt - Install dependencies
  • uv run mkdocs serve - Run local development server

Project Structure

  • Primarily a documentation project using MkDocs
  • Documentation files in Markdown format in /docs directory
  • Custom MkDocs configuration in mkdocs.yml

Code Style & Guidelines

  • Primarily Markdown files following MkDocs/Material formatting
  • Python scripts follow standard Python conventions:
    • Use spaces for indentation (4 spaces)
    • Use descriptive variable names in snake_case
    • Include docstrings and comments when needed

Contribution

  • Create issues for bugs or suggestions
  • Follow guidelines in CONTRIBUTING.md
  • Submit pull requests for review