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:
- 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!