Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 981 Bytes

File metadata and controls

44 lines (32 loc) · 981 Bytes

comux Documentation Site

Single-page marketing and documentation site for comux.

Development

# 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

Features

  • 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

Structure

  • src/ - Source files
  • src/content/ - Documentation page content
  • public/ - Static assets
  • dist/ - Production build output (generated)

Related docs