0.6.0 • Published 3 months ago

@bihealth/reev-frontend-lib v0.6.0

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

CI codecov Documentation Status DOI

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 git@github.com: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