Skip to content

Feat/enable react#1

Merged
createdbykartik merged 3 commits into
mainfrom
feat/enable-react
Aug 8, 2025
Merged

Feat/enable react#1
createdbykartik merged 3 commits into
mainfrom
feat/enable-react

Conversation

@createdbykartik
Copy link
Copy Markdown
Owner

@createdbykartik createdbykartik commented Aug 8, 2025

This pull request updates the deployment workflow and developer tooling to support a new feature branch and streamline front-end development. The main changes include updating the GitHub Actions workflow to deploy from the feat/enable-react branch and adding a task to easily start the React development server from VS Code.

Deployment workflow changes:

  • Updated the GitHub Actions deployment workflow in .github/workflows/deploy.yml to trigger on pushes to the feat/enable-react branch instead of main.
  • Minor formatting change in the deploy.yml workflow: switched artifact upload path from single to double quotes for consistency.

Developer tooling improvements:

  • Added a new VS Code task in .vscode/tasks.json to start the React development server in the background, making it easier for developers to launch the front-end locally.

@createdbykartik createdbykartik requested a review from Copilot August 8, 2025 05:57
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR enables React development capabilities in a resume website project by adding React development server support and updating the deployment configuration to work from a feature branch.

  • Added VS Code task configuration for starting React development server
  • Updated GitHub Actions deployment workflow to trigger from feat/enable-react branch instead of main
  • Changed artifact path quotation style in deployment workflow

Reviewed Changes

Copilot reviewed 2 out of 48148 changed files in this pull request and generated 2 comments.

File Description
.vscode/tasks.json Added new task to start React development server with npm start command
.github/workflows/deploy.yml Updated deployment trigger branch and standardized quotation marks for artifact path

Comment thread .github/workflows/deploy.yml
Comment thread .vscode/tasks.json
@createdbykartik createdbykartik merged commit b49b0df into main Aug 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants