Dependency setup map
Quick reference for dependency setup map.
Context
Project: Julian Wiley Portal
Repository: julianwiley-portal
This note is a compact reference for the public Next.js site that hosts project writing, notes, docs, and an auth-gated admin view of the homelab.
Checklist
- Node 20 for the portal
- Poetry for Agentic Assistants
- Docker Compose for AQP
- kubectl and Helm for the homelab
Commands and inspection
# Start with the project README, then narrow to the subsystem docs.
rg "Dependency" .
# For Kubernetes-backed components, inspect the namespace before changing it.
kubectl get pods --all-namespaces
Usage note
Keep this note close to the implementation. If the command, manifest, or API changes, update the reference before writing a narrative post about the change.