Skip to content

Janewu1128/Jane-Portfolio

Repository files navigation

My portfolio website

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Build and Run

  1. Clone this repo https://janewu1128.github.io/Jane-Portfolio/
  2. Modify your changes
  3. See changes locally in real time without deploy
    Run npm run dev
  4. Commit changes on Github
    Run git add .
    Run git commit -m "Update portfolio content"
    Run git push origin main
  5. Update files to the dist folder
    Run npm run build
  6. Deploy dist folder to gh-pages branch
    Run npm run deploy
  • If you don't have gh-pages package, install gh-pages package as follow:
    run npm install gh-pages --save-dev
    go to Settings > Pages in your repo, set Branch: gh-pages, you will get a URL for your website

GitHub Pages will automatically reflect your changes afterwards

About

Welcome to my portfolio site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published