Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 471 Bytes

00_Setup.md

File metadata and controls

18 lines (11 loc) · 471 Bytes

Setup Project

Requirements

  • Git
  • IDE for C# development, e.g. Rider, Visual Studio, VSCode ...
  • Install dotnet sdk version 8

Setup

  • Clone repository git clone https://github.com/xitaso/xitasorante
  • Run dotnet run --project Web to start application

Hints

Happy coding :)