Running website

Website can be built and run in GitHub Codespaces.

Follow Creating a codespace for a repository to start codespace.

To build and serve the website follow these steps:

  • Start website in preview mode: F5

Website preview can be opened in browser.

For building and running website locally a Visual Studio Code Dev Container can be used.

Follow installation instructions to setup prerequisites.

To build and serve the website follow these steps:

  • Clone and open the repository in Visual Studio Code
  • Open the website Dev Container: F1 Dev Containers: Reopen in Container
  • Start website in preview mode: F5

Website preview will be opened in browser.

Ensure the following prerequisites are fulfilled:

  • Latest .NET version installed
  • Python 3 installed

To build and serve the website Cake is used:

.\build.ps1 --target=website
./build.sh --target=website
./build.sh --target=website

Website is available on http://127.0.0.1:8000/