@climb-creative/wttb-components
v1.2.18
Published
### Getting started π€
Downloads
728
Readme
WTTB
Getting started π€
For development (clone repo)
git clone [email protected]:climbcreative/wttb-apps.git
or
git clone https://gitlab.com/climbcreative/wttb-apps.gitInstall package
yarn add @climb-creative/wttb-components
or
npm install @climb-creative/wttb-componentsRun WTTB app π©βπ»
yarn startRun WTTB storybook π
yarn devPublish components π
Edit version in libs/components/package.json
nx run components:build --with-deps && npm publish ./dist/libs/componentsPublish theme π¨
Edit version in libs/theme/package.json
nx run theme:build && npm publish ./dist/libs/themeUsing with WTTB
npm install @climb-creative/wttb-components@latest
npm run watch:appDo not change version in package.json in WTTB, leave on latest
