Skip to content

Commit

Permalink
Update README, LICENSE and CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed Aug 10, 2021
1 parent d84ef2e commit 472d1ca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
Binary file added LICENSE
Binary file not shown.
18 changes: 6 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# wabbajack.org

## Deployment Information
This repository contains the source code for the [wabbajack.org](https://www.wabbajack.org) website.

- [Compression](https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly#compression)
- [GitHub Pages](https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly#github-pages)
- [Configure the Trimmer for ASP.NET Core Blazor](https://docs.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/configure-trimmer)
- [Disable unused features](https://docs.microsoft.com/en-us/aspnet/core/blazor/webassembly-performance-best-practices#disable-unused-features)
- [Trimming framework library features](https://docs.microsoft.com/en-us/dotnet/core/deploying/trimming-options#trimming-framework-library-features)
- [Lazy load assemblies in ASP.NET Core Blazor WebAssembly](https://docs.microsoft.com/en-us/aspnet/core/blazor/webassembly-lazy-load-assemblies)
## Contributing

### Examples
See [CONTRIBUTING.md](CONTRIBUTING.md) for more information.

- [SteveSandersonMS/BlazorOnGitHubPages](https://github.com/SteveSandersonMS/BlazorOnGitHubPages)
- [How to deploy ASP.NET Blazor WebAssembly to GitHub Pages](https://swimburger.net/blog/dotnet/how-to-deploy-aspnet-blazor-webassembly-to-github-pages)
- [How to deploy Blazor WebAssembly to Heroku](https://swimburger.net/blog/dotnet/how-to-deploy-blazor-webassembly-to-heroku)
- [Pre-render Blazor WebAssembly at build time to optimize for search engines](https://swimburger.net/blog/dotnet/pre-render-blazor-webassembly-at-build-time-to-optimize-for-search-engines)
## License

See [LICENSE](LICENSE) for more information.
2 changes: 2 additions & 0 deletions Wabbajack.Web.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
CONTRIBUTING.md = CONTRIBUTING.md
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Wabbajack.Web.Test", "Wabbajack.Web.Test\Wabbajack.Web.Test.csproj", "{2250E45B-C127-488D-909B-43BA78BC1F44}"
Expand Down

0 comments on commit 472d1ca

Please sign in to comment.