Install required dependencies
On Debian and Ubuntu use the following commands:
sudo apt update
sudo apt install build-essential
On RPM-based distributions such as Fedora or Rocky Linux, use:
sudo dnf groupinstall "Development Tools"
sudo dnf install clang
Run the develop script
Run the development script from the website directory:
./develop.sh
Open the proposed link at http://localhost:8000/.
Change page content at will and builds will happen automatically. You just need to refresh the page.