A design framework and components for React.
I used Yarn Workspace and Lerna to managed this mono-repo.
Make sure you have yarn installed. Use Homebrew (macOS) to install if you haven't
brew install yarn
(optional) Install Lerna(cli) to manage package distribution
npm install lerna -g
# or, you can run via npx. e.g. to see what the packages have changed:
npx lerna changed
# install packages from root folder (mainly devs package e.g. babel, linter etc)
npm install
# install package dependencies
yarn