This is the source code to Brandon Yang's public academic website: https://brandonyifanyang.com/. Feel free to clone this code for your own personal use.
- npm
- Latex Workshop (optional)
- Clone the repository
- Run
npm install
to install the necessary dependencies
- Run
npm run dev
to start the development server - Navigate to
http://localhost:3000/
in your browser
Deployed using Vercel. Pushing to the main
branch will automatically trigger a deployment.