Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 975 Bytes

README.md

File metadata and controls

34 lines (30 loc) · 975 Bytes

Joseph Ho's Personal Website

Description

This is my personal website, built using React and Vite.

Technology Used

Installation

  1. Clone the repository
    git clone https://github.com/josephh2o/josephh2o.github.io.git
  2. Navigate to the project directory:
    cd josephh2o.github.io
  3. Install the dependencies:
    npm install

Scripts

  • dev: Starts the development server using Vite.
  • build: Compiles TypeScript and builds the project using Vite.
  • lint: Runs ESLint to check for linting errors.
  • preview: Previews the built project using Vite.
  • predeploy: Runs the build script before deployment.
  • deploy: Deploys the project to GitHub Pages.
  • clean: Removes the dist directory.