A VS Code extension + web showcase for automatically generating commit messages and scaffolding deployment for selected cloud services.
This repository includes a React webapp at webapp/ that can be used as a landing page and documentation site for the extension.
cd webapp
npm install
npm startThen open http://localhost:3000.
cd webapp
npm run build- The webapp is built with Create React App (TypeScript).
- Landing page content lives in
webapp/src/components/Landing.tsx. - Use the webapp as a starting point for docs and deployment guides.