0.0.1 • Published 3 years ago

@climb-creative/wttb-theme v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

WTTB

Getting started 🤖

For development (clone repo)

git clone https://gitlab.com/climbcreative/wttb-apps.git
or
git clone git@gitlab.com:climbcreative/wttb-apps.git

Install package

npm install @climb-creative/wttb-components
or
yarn add @climb-creative/wttb-components

Run WTTB app 👩‍💻

npm run start

Run WTTB storybook 📖

npm run dev

Publish components 🚀

Edit version in libs/components/package.json

nx build components && npm publish ./dist/libs/components

Using with WTTB

Run nx build components each time you've made a change you want to view in WTTB locally.