mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 09:39:09 +00:00
chore: add create-component tool
This commit is contained in:
parent
62687ced78
commit
6708f5c6fc
9 changed files with 185 additions and 3 deletions
|
@ -17,7 +17,13 @@ You need:
|
|||
|
||||
Run:
|
||||
|
||||
- `yarn storybook` to get started.
|
||||
- `yarn start:design-system` to get started.
|
||||
|
||||
Need to make a new component?
|
||||
|
||||
- `yarn create-component <atomic-type> <name>`
|
||||
- This will create the skeleton files needed for a component.
|
||||
- See below for atomic types.
|
||||
|
||||
## Atomic Design 101
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue