Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 990 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 990 Bytes

Crown Molding

npm version

Task Description
Run Storybook Run Storybook on your local machine to view components
NPM Package Deploy Release new version on NPM
Components List components

Storybook

Storybook

  1. npm run docs
  2. View in Storybook (http://localhost:9001)

NPM

  1. git tag -a v[x.x.x] -m "version [x.x.x]"
  2. Version bump in package.json to match git tag
  3. Push branch
  4. Go to Github and draft a new release
  5. Add tag version that matches the git tag - v[x.x.x]
  6. Add Release title - v[x.x.x]
  7. Add Release description
  8. Publish release

Components

  1. Button
  2. Checkbox
  3. Radio
  4. Select
  5. Table
  6. TextInput