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