Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 318 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 318 Bytes

Design Systems with Lerna

How to start

At the root level run yarn

  • to install all dependencies run yarn bootstrap
  • to compile all packages run yarn compile
  • to start our main app run yarn start

if you want to know more about lerna go here

TODO: Documentation and Testing