734 B
734 B
AGENTS.md
Core Workflow
- Setup:
make prep(creates.venvand installsrequirements.txt) - Build:
make build(runsatom_gen.py,prep.py, andbuild_pages.py) - Events: Update
dogadjaji.csvthen runmake events(updates pages and generates images viaimage_poster.py) - Development:
make dev(starts Nginx usingnginx.dev.conf) andmake stopto terminate.
Technical Details
- Environment: Uses a local virtual environment in
.venv. Always use./.venv/bin/pythonor ensure the venv is activated. - Output: The generated website is stored in the
site/directory. - Data: Events are driven by
dogadjaji.csv. - Web Server: Uses Nginx for the development server.