There's nothing to explain at this moment.
.NET SDK (https://dotnet.microsoft.com/download)
Visual Studio or Visual Studio Code (optional)
- Clone the repository:
git clone https://github.com/baristaner/fastwin.git
- Change to the project directory:
cd src/fastwin
- Build the project:
dotnet build
- Run the project:
dotnet run
5-Run The Migrations
dotnet ef migrations add MigrationName
- Fork the repository.
- Create a new branch for your feature or bug fix: git checkout -b feature/new-feature.
- Commit your changes: git commit -m 'Add new feature'.
- Push to the branch: git push origin feature/new-feature.
- Create a pull request.