Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 580 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 580 Bytes

Brandon Yang's Personal Website

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.

Prerequisites

  • npm
  • Latex Workshop (optional)

Installation

  1. Clone the repository
  2. Run npm install to install the necessary dependencies

Development

  1. Run npm run dev to start the development server
  2. Navigate to http://localhost:3000/ in your browser

Deployment

Deployed using Vercel. Pushing to the main branch will automatically trigger a deployment.