Baseline website using standard web technologies + project docs.
| Tool | Description | Installation |
|---|---|---|
| VS Code | A lightweight and powerful source code editor that includes support for debugging and Git integration. | Install VS Code |
| GitHub CLI | A command-line tool that enables you to interact with GitHub repositories and perform various actions. | Install GitHub CLI |
| Git | A distributed version control system that allows you to track changes in your codebase. | Install Git |
| GitHub Actions | A powerful workflow automation tool that allows you to build, test, and deploy your code directly from GitHub. | GitHub Actions |
| Extension Name | Description |
|---|---|
| ms-vscode.azure-account | Provides a single sign-in and subscription filtering experience for all other Azure extensions. |
| ms-azuretools.vscode-azurestorage | Enables interaction with Azure Storage resources, allowing you to manage blobs, tables, and queues. |
| ms-azuretools.vscode-azurestaticwebapps | Provides a streamlined interface for managing Azure Static Web Apps, including deployment and configuration. |
| ms-azuretools.vscode-azurefunctions | Supports the development, debugging, and deployment of Azure Functions in VS Code. |
| ms-azuretools.vscode-bicep | Provides language support for Bicep, a domain-specific language (DSL) for deploying Azure resources. |
| github.copilot | An AI-powered code completion tool that suggests entire lines or blocks of code based on context. |
| github.copilot-chat | Extends GitHub Copilot with chat capabilities, allowing you to interact with the AI model via a chat interface. |
| ritwickdey.LiveServer | Launches a local development server with live reload feature for static and dynamic pages. |