This is my personal site, where I post about my current research, projects I am working on and some blog posts.
- Modern and minimalist design using TailwindCSS
- Type-safe code using TypeScript
- NextJS
- TypeScript
- TailwindCSS
- Framer Motion
To build this project locally, you need to have Node.js and npm installed on your machine.
- Clone this repo to your machine.
- Open a terminal and navigate to the project folder.
- Run
npm install
to install all the dependencies. - Run
npm start
to start the development server. - Open your browser and navigate to http://localhost:3000.