This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Doc for running locally (#185)
- Loading branch information
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Running the application locally | ||
This document is to outline how to run this application locally. | ||
|
||
## Prerequisites: | ||
Things you will need before running the application: | ||
- .NET 7 SDK (Installing Visual Studio 2022 and selecting .NET 7 in the modules will do this, or you can go to their [website](https://dotnet.microsoft.com/en-us/download/dotnet) and download the SDK via their instructions) | ||
- IIS Express | ||
- Docker (In Linux mode) | ||
- WASM tools (can be installed via `dotnet workload install wasm-tools` in the command line) | ||
|
||
## Steps to run: | ||
1) Load the solution in Visual Studio or Rider | ||
2) Set the `DynamoLeagueBlazor.Server` as the start up project | ||
3) Run the application | ||
4) Wait for everything to setup (this can take a while on first run), once this is done it should open a new tab in your default browser. (There is an issue open to maybe make this process more visible or faster [#184](https://github.com/benjaminsampica/DynamoLeagueBlazor/issues/184)) | ||
5) Login with one of the two accounts: | ||
- Username: `[email protected]` Password: `hunter2` Team - Space Force | ||
- Username: `[email protected]` Password: `hunter2` Team - The Donald |