// readme
the workspace.
Project structure, setup, and public surfaces.
$tree -L 1 indiesite
indiesite/
├── mianSite/ // next.js site
├── skills/ // codex + anthropic + cross-platform skills
├── scripts/ // build helpers
└── README.md
$npm install && npm run dev
✓ dev server: http://localhost:3000
$