Browser-based HED (Hierarchical Event Descriptor) validation tools.
This app consumes the hed-validator npm package and provides two validation tools:
- Validate dataset — upload a BIDS dataset folder and check it for HED errors
- Validate file — validate a BIDS-style TSV file against its JSON sidecar
Live site: https://hed-standard.github.io/hed-web/
API docs: https://hed-standard.github.io/hed-javascript/
npm install
npm run devOpen the URLs printed by Vite (typically http://localhost:5173/).
npm run build
npm run preview # serves the production build under /hed-web/Output goes to buildweb/.
npm testRuns Vitest over src/**/*.spec.{js,jsx}.
MIT — see LICENSE.