No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| cmd/website | ||
| internal | ||
| web | ||
| .air.toml | ||
| .gitattributes | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| mise.toml | ||
| README.md | ||
website
My website, based on go-website-skeleton.
Dependencies
Project Setup
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
Run the Project
During development use two terminals:
1) Terminal 1 — Watch Tailwind CSS
make watch-css
2) Terminal 2 — Live-reload Go server
make dev