A utility for LORA, to sync the readset and visualize the doc.
# Clone Project
git clone https://github.com/wira-bfi/tools.git
cd <your-project-folder>
# Install Dependencies
npm install
# Sync Readset
npm run sync-readset -- <path-to-lora-partnership-ndf>
# Commit Changes
git add .
git commit -m "sync"
git pushRequires Node.js and npm installed.
Ensure you have access to the lora-partnership-ndf directory before running the sync command.