Getting Started
This page contains some helpful hints about getting started with your involvement on the OHDSI TAB.
Contributing to this Site
Clone the site and create a fork for your updates.
git clone https://github.com/ohdsi/TAB
Test your edits locally with:
npm run docs::dev
Build the updated site locally with:
npm run docs:build
Create a pull request for the TAB repository with any desired updates.