0.0.2 • Published 6 months ago

plw-platform-ui v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

orchestra-platform-ui

Installation steps

  • Install node v18.17.1 through nvm
  • Install yarn
    • Type corepack enable.
    • Yarn should be available, test it with yarn -v

Husky git hooks

Run npx husky install to install the following git hooks:

  • prepare-commit-message
    • CPMS / WI codes
  • pre-commit
    • Fix eslint problems
    • Run jest tests

Git flow guidelines

https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow

Npm version semver

https://jasonraimondi.com/posts/use-the-npm-version-command-to-semantically-version-your-node-project/