Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 847 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 847 Bytes

Melvin He Personal Website

Welcome to my personal website that I created using Typescript, React, Next.js, and Tailwind CSS.

  • This website contains information about my programming, research, and teaching experience, different projects that I have completed during my own personal time and as a Computer Science student at Brown University, and other additional hobbies that I find enjoyable.
  • Deployed using Vercel and DNS configured w/ Google Domains accessible with the following links:

How to Run

  • First, clone the repository and then input the following commands:
npm install
npm run dev
  • After running npm run dev, the application will run locally!