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.
Improve developer experience for application cold boot around docker …
…images being initialized. (#187)
- Loading branch information
1 parent
16bcda6
commit ed1bd0f
Showing
3 changed files
with
26 additions
and
37 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,23 +11,27 @@ A new season begins every May and continues until the end of December. At the en | |
|
||
# Getting Started | ||
|
||
Click [here](./docs/running-locally.md) to be taken to how to run the app locally. | ||
Ensure you've installed all necessary prerequisites before running the project. | ||
|
||
Running & contributing to Dynamo League Blazor requires the following: | ||
- .NET 7 SDK | ||
## 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 (Linux) | ||
- WASM tools (can be installed via `dotnet workload install wasm-tools`) | ||
|
||
By default, two test accounts are created with administrator permissions with the following login information: | ||
|
||
Username: `[email protected]` | ||
Password: `hunter2` | ||
Team - Space Force | ||
|
||
Username: `[email protected]` | ||
Password: `hunter2` | ||
Team - The Donald | ||
- Docker (in Linux mode) | ||
- WASM tools (can be installed via `dotnet workload install wasm-tools` in the command line) | ||
|
||
## Running locally: | ||
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. | ||
5) Login with one of the two accounts: | ||
- Team - Space Force | ||
- Username: `[email protected]` | ||
- Password: `hunter2` | ||
- Team - The Donald | ||
- Username: `[email protected]` | ||
- Password: `hunter2` | ||
|
||
# Contributing | ||
|
||
|
This file was deleted.
Oops, something went wrong.
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