makers-recipes
Installation
SKILL.md
Common Recipes
Project structure templates for typical EdgeOne Pages applications.
Full-stack app — Node.js (static + API)
my-app/
├── index.html # Frontend
├── style.css
├── script.js
├── cloud-functions/
│ └── api/
│ ├── users.js # GET/POST /api/users
│ └── users/[id].js # GET/PUT/DELETE /api/users/:id
└── package.json