Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.01 KB

File metadata and controls

30 lines (24 loc) · 1.01 KB

AGENT.md

Project Snapshot

  • Repository: El-cmd/sitevps
  • Default branch: main
  • Detected stack: static web
  • Notable root entries: nginx-proxy-manager/, sites/, .gitignore, LICENSE, Makefile, README.md
  • Source mix: .js:15, .svg:11, .css:5, makefile:2, .yml:2, .json:2

Working Guidelines

  • Keep changes scoped to the requested behavior and follow the style already present in the touched files.
  • Check README.md, Makefile, package scripts, and Docker files before introducing new commands or tooling.
  • Keep changes small and aligned with the current repository structure.
  • Do not commit local secrets, .env files, generated dependency folders, build artifacts, or editor metadata.

Setup

  • No explicit dependency install command is defined in the repository.

Run

  • make up

Validate

  • make
  • make re
  • make build
  • make clean
  • make fclean

Makefile Targets Detected

  • all, network, build, up, down, logs-proxy, logs-portfolio, clean, fclean, re, help