Skip to content

TheOtherStuff/blazor-wasm-load

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mega School 1 App

Visit site @ https://megaschool1.github.io/mwr

How to Fork

  1. Fork this repository
  2. Go to the repository you just created, then go to: Settings > GitHub Pages > set the source branch to gh-pages-from-actions
  3. Set permissions for GitHub Actions
  4. View your site at https://your_user_name | your_organization_name.github.io/name_you_used_in_step1
  5. (optional) Enable Dependabot
    1. Insights > Dependency graph > Dependabot > Enable Dependabot
    2. Create a branch named dev (branched from the main branch)

Development

  1. Run Stellar Horizon
docker run --rm -it -p 8000:8000 --name horizon stellar/quickstart --local
  1. Run Stellar Horizon proxy
docker run --rm -it -p 8080:80 -p 8081:443 -e PROXIED_URL=http://host.docker.internal:8000 -e ASPNETCORE_URLS="https://+;http://+" -e ASPNETCORE_HTTPS_PORTS=8001 -e ASPNETCORE_Kestrel__Certificates__Default__Password="password1" -e ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx -v $env:USERPROFILE\.aspnet\https:/https/ horizonproxy

References

Packages

No packages published

Languages

  • HTML 67.9%
  • C# 30.6%
  • CSS 1.2%
  • Other 0.3%