Skip to content

TdfGomes/dswlerna

Folders and files

NameName
Last commit message
Last commit date
Apr 29, 2021
Oct 10, 2024
Oct 10, 2024
Apr 9, 2020
Apr 9, 2020
Apr 9, 2020
Apr 9, 2020
Apr 9, 2020
Oct 10, 2024
Dec 3, 2024

Repository files navigation

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