0.0.1-dev • Published 1 year ago
cnio-yield-aggregation-ui v0.0.1-dev
Yield Aggregation UI Package
Requirements
- node v18
- yarn 3
Usage
Just fork this repo and start implementing your User Interface components, test, build then start publishing the packages.
Instruction below:
Install
yarn installRun storybook
yarn storybookBuild package
yarn buildPackage version convention
Branches
In this repo, we will have 3 kind of branches to publish packages:
- main (publish dev version. Example:
1.0.57-dev-shortCommitSHA) - releases/<release_version>-stag (publish staging version. Example:
1.0.57-stag-shortCommitSHA) - releases/<release_version>-prod (publish product version. Example:
1.0.57-prod-shortCommitSHA)
Please remember to use the correct version tag on each branch with the corresponding environment(dev, stag and prod and corresponding kotlin version by environment)
Publish pipeline will automatically generate with each branch pattern, so remember to checkout to correct branch pattern by environment.
Installing on tempi
0.0.1-dev
1 year ago