Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 475 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 475 Bytes

Deep UI

Design components from Deep

Get Started

# Requirement node version 16 lts
node --version

# Install using nvm (node version manager), if node version is greater than 16 lts
nvm install 16

# Use node version 16
nvm use 16

# Install dependencies
yarn install

# Install storybook dependencies
cd storybook
yarn install

# Start storybook
yarn storybook

Linting

# Eslint
yarn lint

# Typescript
yarn typecheck

# CSS
yarn css-lint