Refactored reuseable components for REEV.
This README file describes how to setup your dev environment for this library. For everything else, see the REEV Project.
git clone [email protected]:bihealth/reev-frontend-lib.git
cd reev-frontend-lib
npm ci
make serve
# hack away!
Fetch protobuf files from main, and re-generate the TS files, and format them.
make proto
Checking for upstream updates
npx npm-check-updates
Apply updates
npx npm-check-updates --upgrade