### Getting started 🤖
npm install @climb-creative/wttb-components#### For development (clone repo)
```
git clone git@gitlab.com:climbcreative/wttb-apps.git
or
git clone https://gitlab.com/climbcreative/wttb-apps.git
#### Install package
``
yarn add @climb-creative/wttb-components
or
npm install @climb-creative/wttb-components
#### Run WTTB app 👩💻
``
yarn start
#### Run WTTB storybook 📖
``
yarn dev
#### Publish components 🚀
Edit version in libs/components/package.json
``
nx run components:build --with-deps && npm publish ./dist/libs/components
#### Publish theme 🎨
Edit version in libs/theme/package.json
``
nx run theme:build && npm publish ./dist/libs/theme
#### Using with WTTB
`
npm install @climb-creative/wttb-components@latest
npm run watch:app
`
Do not change version in package.json in WTTB, leave on latest`