@aftershootco/pegasus
v1.0.53
Published
The core UI library for Aftershoot
Readme
How to Build?
- Get the lastest pull
git pull- Install all the dependencies
yarn- Now build it.
yarn buildHow to Publish?
To publish the library, follow the below steps -
- Push all your changes on the
mainbranch. - Update the version in the
package.jsonfile. - Login to the npm. This step will require you to enter your npm
username,password,email, andOTPsent to the email.
npm login- Build with the following the command (Make sure there are no errors during build)
yarn build- Now run the following command to publish your package to the npm.
npm publish --access=publicHow to Run Storybook?
- Take the latest pull
git pull- Run the following command -
yarn storybook