docs: add AGENTS.md with local-preview + PR-to-main workflow
Guidance for AI assistants (and the README) on how to edit the site: plain static files, preview via a local server, ship through a PR that merges to main and auto-deploys to thefatdragon.bcgen.ie.
This commit is contained in:
parent
fe1d841e90
commit
e7cd56b360
3 changed files with 93 additions and 1 deletions
13
README.md
13
README.md
|
|
@ -1,3 +1,14 @@
|
|||
# website
|
||||
|
||||
The Fat Dragon website — static HTML
|
||||
The Fat Dragon website — a static HTML/CSS/JS site, served exactly as committed.
|
||||
|
||||
Live at **https://thefatdragon.bcgen.ie**.
|
||||
|
||||
## Editing & deploy
|
||||
|
||||
Plain static files, no build step. Edit on a branch, **preview locally**
|
||||
(`python3 -m http.server 8000` → http://localhost:8000), open a PR into `main`, and
|
||||
merge — merging `main` auto-deploys to the live site within ~1 minute.
|
||||
|
||||
See **[AGENTS.md](./AGENTS.md)** for the full workflow and repo layout (also read by
|
||||
AI coding assistants).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue