Visit site @ https://megaschool1.github.io/mwr
- Fork this repository
- Go to the repository you just created, then go to:
Settings>GitHub Pages> set the source branch togh-pages-from-actions - Set permissions for GitHub Actions
- View your site at https://
your_user_name | your_organization_name.github.io/name_you_used_in_step1 - (optional) Enable Dependabot
Insights>Dependency graph>Dependabot> Enable Dependabot- Create a branch named
dev(branched from themainbranch)
- Run Stellar Horizon
docker run --rm -it -p 8000:8000 --name horizon stellar/quickstart --local- 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