This is the Repo which contains XXXXXXXXXX
TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.
- Install the latest .NET 8 SDK.
- Run
dotnet tool restore
- Run
dotnet husky install
Since we are working with rebase the following git settings are useful:
-
git config rerere.enabled true
: automatically resolve conflicts when they were already solved at some point -
git config pull.rebase true
: always rebase on pull -
git config rebase.autostash true
: automatically stash work before rebase and pop it afterward -
TODO: Guide users through getting your code up and running on their own system. In this section you can talk about:
- Installation process
- Software dependencies
- Latest releases
- API references
TODO: Describe and show how to build your code and run the tests.
TODO: Explain how other users and developers can contribute to make your code better.
If you want to learn more about creating good readme files then refer the following guidelines. You can also seek inspiration from the below readme files: