This repository contains the source code for my personal website using React and TypeScript.
If you notice any typos or issues, plesae feel free to open an issue or submit a pull request.
- Fork and clone the repository
git clone https://github.com/<username>/jinleevv.dev.git- Navigate to the directory and install dependencies
cd jinleevv.dev
npm install- Start the development server
npm run dev