- Step1: Clone the repository from GitHub.
- Step2: Set up the MCP Server by navigating to the server folder and installing dependencies.
- Step3: Start the MCP Server using 'npm start'.
- Step4: Open the VSCode extension folder, install dependencies, and launch the extension.
- Step5: In VSCode, run the 'Create App with Prompt' command from the command palette.
- Step6: Enter your natural language prompt describing the desired web app.
- Step7: The extension communicates with the MCP Server to generate the code files.
- Step8: Review, edit, and preview the generated application within VSCode.