design-system-simplefi
v1.2.16
Published
Design System for SimpleFi Applications
Downloads
23
Maintainers
Readme
Design System
Usage
This package is published in GitHub Package Registry. Detailed instructruction about consuming Github Packages you can find in Installing a package.
The easiest way how to consume this package is to create .npmrc
file in the root of your application and add the line:
@simplefi:registry=https://npm.pkg.github.com
After .npmrc
file is created you have to authenticate by logging in to npm or by adding PAT (Personal Access Token)
into .npmrc
file. For more information please see Authenticating to GitHub Packages.
Then you can install this package as:
yarn add @simplefi/design-system
# OR
npm install @simplefi/design-system
Local Development
Development in Storybook
git clone https://github.com/SimpleFi-finance/design-system.git
cd design-system
yarn
yarn run develop