This directory contains the local documentation site for omop-csv-validator.
This site requires Node.js 20+.
Install the docs dependencies:
cd docs-site
npm ciStart the local docs server:
npm startIf port 3000 is already in use, run:
npm start -- --port 3001Create a production build:
npm run buildThis repository now includes a GitHub Actions workflow at .github/workflows/documentation.yml.
It:
- installs the docs dependencies in
docs-site - runs
npm run build - deploys
docs-site/buildto GitHub Pages
The workflow runs on:
- pushes to
main - manual dispatch
Before using it, enable GitHub Pages in the repository settings and set the source to GitHub Actions.