No description
Find a file
2024-09-21 16:19:49 +02:00
.github/workflows initial 2024-09-21 16:19:49 +02:00
.idea initial 2024-09-21 16:19:49 +02:00
Layout initial 2024-09-21 16:19:49 +02:00
Pages initial 2024-09-21 16:19:49 +02:00
Properties initial 2024-09-21 16:19:49 +02:00
wwwroot initial 2024-09-21 16:19:49 +02:00
.editorconfig initial 2024-09-21 16:19:49 +02:00
.gitignore initial 2024-09-21 16:19:49 +02:00
_Imports.razor initial 2024-09-21 16:19:49 +02:00
App.razor initial 2024-09-21 16:19:49 +02:00
HerbalGarden.csproj initial 2024-09-21 16:19:49 +02:00
Program.cs initial 2024-09-21 16:19:49 +02:00
readme.adoc initial 2024-09-21 16:19:49 +02:00

= HerbalGarden

Allows to easily deploy a Blazor WASM application to GitHub Pages.

== Initial Setup

IMPORTANT: Make sure to use a `public` repository or be a GitHub Pro user, otherwise the Pages feature is not available and the action run will fail.

. Create the project using the template
. Create a git repository and add/commit the initial project
. Create a new repository on GitHub
. Configure the GitHub repository as remote
. Push the project to the GitHub repository
** The action defined in the workflows should execute automatically
. *Make sure to enable Pages in the GitHub repository settings by selecting the gh-pages branch (root) and _saving_*

== Further Changes

Once the initial setup works, you can make any changes or additions to the blazor application, commit and push again, and the deployed pages will be updated automatically.