This is a personal blog page built with React. It includes updates on my recent experiences, hobbies, and travel moments.
To start the development server:
npm start-
Check the current status
git status
-
Stage all changes
git add . -
Commit your changes
git commit -m "Describe your update here" -
(Optional) Pull the latest changes from the remote repository
git pull origin master
-
Push your changes to the remote repository
git push origin master
-
Build the project
npm run build
-
Deploy to GitHub Pages
npm run deploy
Make sure you’ve already configured the
homepagefield in yourpackage.jsonand installedgh-pages.
- React
- HTML/CSS
- JavaScript
- GitHub Pages
This project is licensed under the MIT License.