20 lines
650 B
Markdown
20 lines
650 B
Markdown
# Imperial Recruitment
|
|
|
|
This is a project I made for fun in Blazor. It is a recruitment and activity portal for Star Wars storm troopers. This project is in no way affiliated with LucasArts or Disney.
|
|
|
|
## Commands
|
|
|
|
* `mkdir ImperialRecruitment`
|
|
* `cd ImperialRecruitment/`
|
|
* `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`
|
|
|
|
|