1.0.0-alpha.1 • Published 3 years ago

@akashdsamantra/star-ui v1.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

star-ui

This is a design system created for learning (at least for now). Feel free to raise any issue or PR.

Introduction

So star-ui is a monorepo created using yarn workspace. There are 3 packages:

  1. docs
  2. examples
  3. star-ui
  • docs is documentation for star-ui. It should automatically create documentation from component. Possibly I can use the storybook docs addon directly. I am not sure. The idea is to generate it, not write it manually.
  • examples - coming soon
  • star-ui is the root package in the project. This will contain all components.

Getting Started

Clone the repo

git clone git@github.com:akashdsamantra/star-ui.git

Run the below command to run storybook server and start working:

yarn start-storybook

Cheers 🍻