Root UI built with TypeScript, React and TailwindCSS.
Each directories will be separated to each packages.
- nvm
- pnpm
- @root-sphere/root-ui
- @root-sphere/root-ui-tailwind
brew install nvm # If you don't have nvm
nvm use
npm install -g pnpmpnpm install
pnpm run build
pnpm run storybook
pnpm run build:storybook
pnpm run testpnpm run lint pnpm run lint:fix
pnpm run prettier