@bihealth/reev-frontend-lib
v0.6.0
Published
[![CI](https://github.com/bihealth/reev-frontend-lib/actions/workflows/main.yml/badge.svg)](https://github.com/bihealth/reev-frontend-lib/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/bihealth/reev-frontend-lib/graph/badge.svg?token=Cu4ym1
Downloads
8
Readme
REEV Frontend Reuseable Components
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.
Setup
git clone [email protected]:bihealth/reev-frontend-lib.git
cd reev-frontend-lib
npm ci
make serve
# hack away!
Generating TS for Protobuf
Fetch protobuf files from main, and re-generate the TS files, and format them.
make proto
Developer How-Tos
Checking for upstream updates
npx npm-check-updates
Apply updates
npx npm-check-updates --upgrade