Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Added Doc for running locally (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryMigo authored Nov 25, 2022
1 parent 2e055f7 commit 615314c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ A new season begins every May and continues until the end of December. At the en

# Getting Started

Running & contributing to Dynamo League Blazor requires the following:
Click [here](./docs/running-locally.md) to be taken to how to run the app locally.

Running & contributing to Dynamo League Blazor requires the following:
- .NET 7 SDK
- IIS Express
- Docker (Linux)
Expand Down
18 changes: 18 additions & 0 deletions docs/running-locally.md
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

0 comments on commit 615314c

Please sign in to comment.