Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 770 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 770 Bytes

Fuji UI

lerna

A design framework and components for React.

I used Yarn Workspace and Lerna to managed this mono-repo.

Getting started to development

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