This is my personal website, built using React and Vite.
- Clone the repository
git clone https://github.com/josephh2o/josephh2o.github.io.git
- Navigate to the project directory:
cd josephh2o.github.io
- Install the dependencies:
npm install
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 thedist
directory.