Skip to content

jhtkoo0426/jhtkoo0426.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

jhtkoo0426.github.io

This is the repository for my 2023 web portfolio, built with React JS. View the previous iteration here.


## Local Deployment If you do not have Node.js and npm installed, please refer to [this document](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). 1. Navigate to the portfolio app directory ``` cd app ``` 2. Install and use the correct version of Node using [NVM](https://github.com/nvm-sh/nvm) ``` nvm install ``` 3. Install all dependencies required ``` npm install ``` 4. Start the development server ``` npm start ```

Building and running for production

  1. Navigate to the portfolio app directory
    cd app
    
  2. Generate a full static production build which serves the webpage to github.io (no additional configuration needed)
    npm run deploy