Skip to content

fabiano/estoualer

Repository files navigation

estoualer

https://estoualer.dev website code.

CI

Prerequisites

Working on the project

  • Install .NET SDK 8: winget install --exact --id Microsoft.DotNet.SDK.8
  • Install EditorConfig extension: code --install-extension editorconfig.editorconfig
  • Install C# Dev Kit extension: code --install-extension ms-dotnettools.csdevkit
  • Restore the dependencies: dotnet restore
  • Build the project: dotnet build
  • (Optional) Start the project: dotnet watch run
  • (Optional) Open https://localhost:4201