Visual Studio Code Setup
Requirements
- Docker: Download here
- Visual Studio: Download here
- .NET 8 SDK: Download here
-
You need
gitinstalled on your machine -
Clone the repository
git clone https://github.com/KamiYomu/KamiYomu.git
-
The project folder is in
srcdirectory. -
The visual studio solution is the file
KamiYomu.Web.sln
- Open the solution in Visual Studio in
/src/KamiYomu.sln - Set
docker-composeproject as startup project (Right-click ondocker-composeproject, selectSet As Startup Project.). - Run it