@uswitch/spark
v2.0.0-alpha.2
Published
[View the storybook](https://uswitch.github.io/spark)
Downloads
167
Maintainers
Keywords
Readme
to get started
git clone [email protected]:uswitch/spark.git
cd spark
yarn
yarn build
yarn storybook
Storybook will run on http://localhost:6006
You can run yarn watch
in a seperate window to continuously transpile the js
Contributing
- Commit the changes you want to make to your local repo
- Run
yarn lerna version
- this will prompt you to choose the new version number - Raise a PR and flag it for review (post the PR in #spark if necessary)
- When the PR is merged the package will publish automatically