Skip to content

shljessie/shljessie.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Website

This is Seonghee's personal portfolio website showcasing projects, research, and other professional achievements.

Feel free to clone and use!

Table of Contents

  1. Installation
  2. Deployment
  3. Running Locally
  4. Project Structure

Installation

First, clone the repository and navigate to the project directory:

git clone <your-repo-url>
cd <your-repo-directory>

Deployment

To deploy the website using GitHub Pages, follow these steps:

  1. Install gh-pages as a development dependency:

    npm install gh-pages --save-dev
  2. Add the changes to your repository and commit them:

    git add .
    git commit -m "Deploying website"
  3. Push the changes to your repository:

    git push
  4. Deploy the website:

    npm run deploy

    This will build your application and push the build folder to the gh-pages branch of your repository.

The website will be accessible via your GitHub Pages URL, typically formatted as:

Citations

The animated cursor used in this project is based on the work by Stephen Scaff. You can find more of his work on GitHub.

About

Seonghee's Portfolio Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors