/abacus-fe

Monorepo for all abacus UI and shared components

Primary LanguageTypeScript

Getting Started

This Monorepo uses lerna to manage packages.

Install

This uses yarn workspaces to install all modules in all packages

yarn install

Run

The following command will run all packages in parallel

yarn dev