Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 550 Bytes

File metadata and controls

18 lines (11 loc) · 550 Bytes

element-blazor.github.io

Element-Blazor demo components and the WebAssembly demo site published to GitHub Pages.

Projects

  • demo.csproj: reusable Razor demo components used by the documentation site.
  • site/Element.ClientRender.csproj: browser-rendered documentation and demo shell.

Local Run

From the Element-Blazor root repository:

dotnet run --project demo/site/Element.ClientRender.csproj

The site uses local src/Components and src/Markdown project references when it is built inside the root repository.