formica-ui-lib
v1.0.96
Published
This is the home of Formica's Storybook components for the UI
Readme
formicaui
This is the home of Formica's Storybook components for the UI
Branching / Git Workflow
⚠️ Direct commits to main are not allowed. All work must be done in a feature branch created from dev.
Create a feature branch from dev
- Checkout
devand pull the latest changes - Create a new feature branch named
feature/YourFeature
Commands:
git fetch
git checkout dev
git pull
git checkout -b feature/YourFeature