New README is WIP
- clone
- install dependencies
npm run storybook
for storybooknpm start
for gatsby dev
npm run hygen component new --name <COMPONENT_NAME>
The prompt will ask you to create a:
- component
- section
A section is 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 makes it easier to create components with all depending files.