Axis
Single source of truth used to build user interfaces for Centrifuge
Develop branch
https://develop.axis.centrifuge.io
Master branch
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