An open source Design System / React Component Library for Saddle projects
- Add a
.npmrc
to your project with the following:
@saddle-finance:registry=https://npm.pkg.github.com
- Generate a Github Personal Access Token with the
read:packages
permission enabled - Create a
.npmrc
in your home directory with the following:
//npm.pkg.github.com/:_authToken=<PERSONAL_ACCESS_TOKEN_HERE>
- Add project to your package.json file as a dependency:
"@saddle-finance/saddle-design-system": "<RELEASE_TAG_HERE>",
$ npm install
To interact with the component library locally:
$ npm run storybook