Components Styleguide for a TravelCircus web services
Styleguide and component library for a TravelCircus App
Build with:
- storybook
- styled-components
- styled-system
- polished
Inspired by:
- rebassjs
Install dependencies:
- yarn install
Run locally:
- yarn storybook
Run tests:
- yarn test
- yarn test:watch
Release package to npm
- rm -rf dist
- yarn build
- npm publish