0.0.2-develop.68 • Published 3 years ago

@centrifuge/axis-web3-wallet v0.0.2-develop.68

Weekly downloads
46
License
ISC
Repository
github
Last release
3 years ago

Axis

Storybook code style: prettier

Single source of truth used to build user interfaces for Centrifuge

Develop branch

https://develop.axis.centrifuge.io

Master branch

https://axis.centrifuge.io

How to use

// canary releases from develop branch
npm install @centrifuge/axis-[packageName]@canary // Ex: npm install @centrifuge/axis-theme@canary

// releases from master
npm install @centrifuge/axis-[packageName] // Ex: npm install @centrifuge/axis-theme

Development

Use node v10.15.3: nvm use v10.15.3 Install and link all dependencies: npm install Build and watch all packages: npm build-watch In a separate terminal, run storybook to view all examples: npm start