My website, based on go-website-skeleton.
Clone the repository, navigate to its root, then run:
make setupCreate a .env file at the project root with the following content:
ENV=local
HOST=127.0.0.1
PORT=8080During development use two terminals:
make watch-cssmake dev