This is Seonghee's personal portfolio website showcasing projects, research, and other professional achievements.
Feel free to clone and use!
First, clone the repository and navigate to the project directory:
git clone <your-repo-url>
cd <your-repo-directory>To deploy the website using GitHub Pages, follow these steps:
-
Install
gh-pagesas a development dependency:npm install gh-pages --save-dev
-
Add the changes to your repository and commit them:
git add . git commit -m "Deploying website"
-
Push the changes to your repository:
git push
-
Deploy the website:
npm run deploy
This will build your application and push the
buildfolder to thegh-pagesbranch of your repository.
The website will be accessible via your GitHub Pages URL, typically formatted as:
The animated cursor used in this project is based on the work by Stephen Scaff. You can find more of his work on GitHub.