Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

This is a simple React-based portfolio website.

🚀 Getting Started (Run Locally)

  1. Install dependencies:
npm install
  1. Start the development server:
npm start

🛠️ Build for Production

To create an optimized production build:

npm run build

This generates a build/ folder with static files.


🌍 Deployment (GitHub Pages)

This project is deployed using gh-pages.

Manual Deployment

Run:

npm run deploy

What happens:

  • Runs npm run build
  • Publishes the build/ folder to the gh-pages branch
  • GitHub Pages serves the site from that branch

🔀 Branches

  • main → source code (development)
  • gh-pages → production build (auto-generated, do not edit manually)

⚙️ Notes

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages