srmg-dev-ui-003
v0.6.29
Published
This library is made of components.
Downloads
104
Keywords
Readme
SRMG: UI Component Library
This is a front-end project which uses
- Next.js 14
- React 18
- Webpack 5
Running unit tests
Unit tests are run automatically by the unit-tests workflow. To run tests locally,
npm run test
Building locally
Run,
npm run build
npm run start
Navigate to http://localhost:3000/
Making a release
- Checkout a new release branch
git checkout -b release/v0.7.14
- Increment the version number in
package.json
and update package-lock.json - Commit that change and push
git add package\*.json
git push origin release/v0.7.14
- Raise a pull request to merge the release branch in to
main
- Create a new release
- Once published, the npm-package workflow should be triggered and and new package will be pushed to npm