- clone
- install dependencies
npm run storybook
for storybooknpm start
for gatsby dev
npm run hygen component new --name <COMPONENT_NAME>
The prompt will ask for do you want to create a:
- component
- section
A section basically a part of a page, e.g. the "child care" is a section.
- https://www.npmjs.com/package/sass-mq
makes it easier to write media-queries
- https://www.npmjs.com/package/@storybook/addon-viewport
Change the viewport in the storybook preview
- http://www.hygen.io/
Some generator to make it easier creating components with all depending files