Dewey Hong

doohee323.github.io

Personal Portfolio Website (React-based)

Getting Started

1. Clone the Repository

git clone https://github.com/doohee323/doohee323.github.io.git
cd doohee323.github.io

2. Install Dependencies

npm install

3. Run Local Development Server

npm start

You can now view the site at http://localhost:3000.

Modification and Deployment Process

1. Edit Files

2. Commit Changes

git add .
git commit -m "Description: Changes made"

3. Build and Deploy to GitHub Pages

npm run deploy

This command performs the following:

The deployment process works because of the following configurations in package.json:

4. Push Changes to Remote Repository

git push origin main

Note