Update README.
This commit is contained in:
parent
b31c0ceed5
commit
e1b62bb4ac
17
README.md
17
README.md
@ -4,16 +4,33 @@ This is a project I made for fun in Blazor. It is a recruitment and activity por
|
|||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
|
* `dotnet run --project IR.Blazor`
|
||||||
|
|
||||||
|
### Installation commands
|
||||||
|
|
||||||
* `mkdir ImperialRecruitment`
|
* `mkdir ImperialRecruitment`
|
||||||
* `cd ImperialRecruitment/`
|
* `cd ImperialRecruitment/`
|
||||||
* `dotnet new sln -n ImperialRecruitment`
|
* `dotnet new sln -n ImperialRecruitment`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
* `dotnet new blazor -o IR.Blazor --auth Individual`
|
* `dotnet new blazor -o IR.Blazor --auth Individual`
|
||||||
* `dotnet new classlib -o IR.Data`
|
* `dotnet new classlib -o IR.Data`
|
||||||
* `dotnet new classlib -o IR.Domain`
|
* `dotnet new classlib -o IR.Domain`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
* `dotnet sln ImperialRecruitment.sln add IR.Blazor/IR.Blazor.csproj`
|
* `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.Data/IR.Data.csproj`
|
||||||
* `dotnet sln ImperialRecruitment.sln add IR.Domain/IR.Domain.csproj`
|
* `dotnet sln ImperialRecruitment.sln add IR.Domain/IR.Domain.csproj`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
* `dotnet add IR.Blazor/IR.Blazor.csproj reference IR.Data/IR.Data.csproj`
|
||||||
|
* `dotnet add IR.Blazor/IR.Blazor.csproj reference IR.Domain/IR.Domain.csproj`
|
||||||
|
|
||||||
|
## Packages
|
||||||
|
|
||||||
|
[MudBlazor](https://www.nuget.org/packages/MudBlazor)
|
||||||
|
|
||||||
|
* `dotnet add package MudBlazor --version 8.9.0`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user