0.1.5 • Published 4 years ago

@gsystem/ds v0.1.5

Weekly downloads
123
License
MIT
Repository
github
Last release
4 years ago

Storybook Netlify Status

@gsystem/ds

React UI component library

Steps to install

  1. Clone this repo
git clone git@github.com:gstudioapp/gsystem.git
  1. Run nvm install (what is nvm?)
  2. Run nvm use
  3. Run yarn - please, do not use npm in this project!

Running

  1. Run dev in the terminal

Tip: Run each command below in the each terminal tab!

### Storybook
yarn workspace @gsystem/ds run storybook
### Typecheck
yarn workspace @gsystem/ds run typecheck:dev
### Test
yarn workspace @gsystem/ds run test:watch
### Compile
yarn workspace @gsystem/ds run compile:dev
#
## or
#
### Storybook
lerna exec yarn storybook --scope=@gsystem/ds
### Typecheck
lerna exec yarn typecheck:dev --scope=@gsystem/ds
### Test
lerna exec yarn test:watch --scope=@gsystem/ds
### Compile
lerna exec yarn compile:dev --scope=@gsystem/ds

Scaffolding

./packages/ds/src
├── assets
│   └── images
├── components
│   ├── Button
│   ├── Card
│   ├── Heading
│   ├── Icon
│   ├── Input
│   ├── Logo
│   ├── MenuSelect
│   ├── Text
│   ├── ThemeProvider
│   └── index.ts
├── index.d.ts
├── test-utils.tsx
├── theme
│   ├── components
│   ├── foundations
│   ├── index.ts
│   ├── styles
│   ├── theme.tsx
│   └── utils
└── types
    ├── components
    ├── index.ts
    └── theme

Github Actions

0.1.4

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.1

4 years ago