1.1.0 • Published 6 years ago
gin-blocks v1.1.0
Gin Blocks
Project setup
npm installCompiles and hot-reloads for development
npm run serveLints and fixes files
npm run lintAdding Components
- Components should be adder under src/components in their own folder
- They need to have a corresponding .stories.js file for storybook and a markdown file explaing its usage and props
- The component mus also be added to the array in the src/components/index.js file
Publishing
Step 1:
npm version minor --forceStep 2: Commit your changes and push to origin