0.6.18 • Published 5 months ago

@srmg/srmg-dev-ui-003 v0.6.18

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

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

  1. Checkout a new release branch
git checkout -b release/v0.7.14
  1. Increment the version number in package.json and update package-lock.json
  2. Commit that change and push
git add package\*.json
git push origin release/v0.7.14
  1. Raise a pull request to merge the release branch in to main
  2. Create a new release
  3. Once published, the npm-package workflow should be triggered and and new package will be pushed to npm