Single-page marketing and documentation site for comux.
# Install dependencies (from docs directory)
npm install
# Start dev server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview- Single-page app with scroll-spy navigation
- Polished public docs layout for comux
- comux install, workflow, configuration, hook, and troubleshooting pages
- Agent catalog and keyboard shortcut reference
- Cloudflare Workers deployment config
src/- Source filessrc/content/- Documentation page contentpublic/- Static assetsdist/- Production build output (generated)