diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..8ee1ffe7 Binary files /dev/null and b/CONTRIBUTING.md differ diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..8417a6d7 Binary files /dev/null and b/LICENSE differ diff --git a/README.md b/README.md index 65ad3fa1..474e7bf6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/Wabbajack.Web.sln b/Wabbajack.Web.sln index 317dbb74..1c0c1a12 100644 --- a/Wabbajack.Web.sln +++ b/Wabbajack.Web.sln @@ -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}"