Authentication service for apps under LiveApps
npm i --legacy-peer-deps
- install node modulesnpm start
- start the project
npm start
ornpm run start:dev
- starts the development server with.env.dev
configuration.npm run start:prod
- starts the server with.env.prod
configuration.npm run build
ornpm run build:dev
- builds the code with.env.dev
configuration.npm run build:prod
- builds the code with.env.prod
configuration.
feat
- A new feature.fix
- A bug fix.docs
- Documentation only changes.style
- Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc).refactor
- A code change that neither fixes a bug nor adds a feature.chore
- Changes to build process or auxiliary tools and libraries such as documentation generation.
<type>(<token>): <subject>
- token -
(<team_name>-<story_name>)
feat(LIVE-LIV-1): first_commit
<type>/<token>_<subject>
- token -
(<team_name>-<story_name>)
feat/LIVE-LIV-1_add_auth