This repository contains the codebase for my personal portfolio website, iamputra.com. The project utilizes Next.js, Tailwind CSS (v3.0), TypeScript, and remark-html
for markdown processing.
Visit https://iamputra.vercel.app to see the live preview of the website.
You can deploy your own version of this portfolio using Vercel by clicking the "Deploy with Vercel" button above. For detailed deployment instructions, refer to the Vercel documentation.
To run the application in development mode with hot-code reloading and error reporting, use the following command:
yarn dev
For production mode, compile the application with next build
or yarn build
and start the server with:
yarn start
This project incorporates Tailwind CSS (v3.0) for styling, TypeScript for type safety, and remark-html
for markdown processing. If you encounter any issues, please feel free to post on GitHub discussions.