Website revamp project for Lacamas Fair
Original Website
- Must have Visual Studio 2019+ and ASP.NET Core 3.1.X installed
- Clone/Download this repository onto your machine
- Open the .sln file
- Once you have the project launched, click the IIS Express button at the top of Visual Studio Editor to run the website
- Create a new branch (Don't commit directly to master)
- Assign yourself to the issue
- Make a pull request (Note the issue you're closing in the pull request description)
- Code Review (Someone else has to review your code)
- Pull Request checks must pass to have your code accepted
- Project should follow standard Microsoft recommended C# .NET coding conventions
See Microsoft Docs