The design system for srvy.cool
$ > hub clone srvycool/ds
$ > cd ds
# Start Storybook locally
$ > yarn
$ > yarn start
# Run unit tests
$ > yarn test --watch
GitHub Actions is in place to release new versions. The workflow runs the unit tests, reports the code coverage report to Codacy, triggers visual regression tests in Percy and finally pushes a new version to NPM.
See LICENSE.md