To get started you must install Visual Studio 2015. You can download the community edition for free.
Make sure you have .NET 4.6 installed, open the visual studio project, and just launch the web project (you can right click on the web project and click debug)
Visual Studio extensions provide code quality, and productivity tools. If you install the suggested extensions extension, VS should prompt you once you open this project with some various extensions that are recommended (web compilers, improved refactors, etc)
If you don't get prompted, just click on the down arrow next to the purple speach bubble at the top of VS, and click Solution Specific Extensions
then click install
You can write unit tests in one of the two unit tests projects. Appveyor will automatically build and run these tests