Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.04 KB

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 http://localhost:4201