Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Personal Blog Page

This is a personal blog page built with React. It includes updates on my recent experiences, hobbies, and travel moments.

🖥️ Run the Project Locally

To start the development server:

npm start

🚀 Deploy to GitHub

Part 1: Update GitHub Repository

  1. Check the current status

    git status
  2. Stage all changes

    git add .
  3. Commit your changes

    git commit -m "Describe your update here"
  4. (Optional) Pull the latest changes from the remote repository

    git pull origin master
  5. Push your changes to the remote repository

    git push origin master

Part 2: Deploy to GitHub Pages

  1. Build the project

    npm run build
  2. Deploy to GitHub Pages

    npm run deploy

Make sure you’ve already configured the homepage field in your package.json and installed gh-pages.

📦 Tech Stack

  • React
  • HTML/CSS
  • JavaScript
  • GitHub Pages

📄 License

This project is licensed under the MIT License.

About

Personal blog

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages