Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.2 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.2 KB
Unicorn Design System

Unicorn Design System

Unicorn Design System is Aftershoot's inbuilt library for using different react components with custom configurations in their Desktop app.

How to Build?

  1. Get the lastest pull
git pull
  1. Install all the dependencies
yarn
  1. Now build it.
yarn build

How to Run Storybook?

  1. Take the latest pull
git pull
  1. Run the following command -
yarn storybook

Contributors