library
Botco UI Components
Usage
run yarn storybook
in a terminal
run yarn start
in another
NOTE:
Making changes to the library components will automatically update Storybook, but to see those changes reflecting in the authoring-tool you need to restart the server with yarn start
from any project using the library
DEPLOY STORYBOOKS TO S3
To deploy storybooks to S3 instance run the next command npm run deploy-storybook
.
prerequirements: you should have aws
installed and the aws botco account configured in it before run the command specified above.
TODOS
Clean up prettier rules to what we want
Define TSLint rules to what we want
Create real components