1
0

Update README.

This commit is contained in:
Kevin Matsubara 2025-07-05 17:12:32 +02:00
parent 64f508a742
commit f6660ae30b

View File

@ -6,5 +6,14 @@ This is a project I made for fun in Blazor. It is a recruitment and activity por
* `mkdir ImperialRecruitment`
* `cd ImperialRecruitment/`
* `dotnet new sln -n ImperialRecruitment`i
* `dotnet new sln -n ImperialRecruitment`
* `dotnet new blazor -o IR.Blazor --auth Individual`
* `dotnet new classlib -o IR.Data`
* `dotnet new classlib -o IR.Domain`
* `dotnet sln ImperialRecruitment.sln add IR.Blazor/IR.Blazor.csproj`
* `dotnet sln ImperialRecruitment.sln add IR.Data/IR.Data.csproj`
* `dotnet sln ImperialRecruitment.sln add IR.Domain/IR.Domain.csproj`