Commit your changes

Build & test & run your application

Please run the following commands to make sure that the application builds, that the tests are running and that the application starts:

npm run build
npm run test
npm start
Run your application on another port if needed (4211 is an example)
nx serve --port=4211
Commit your changes

Please commit your changes with the following commit message if the build and the tests passed:

feat: details added for <nameOfTheProduct>

Please replace nameOfTheProduct with the real name of your product.

To ensure clarity and consistency, please follow the naming schema for commit messages. For further details and guidelines, please refer to Conventional Commits.