This is the source code for my personal website, built with Next.js and hosted on Vercel. You can visit the live website at https://gauravkparab.com.
app/: Directory containing all the source code.public/: Directory containing all static files like documents and images.styles/: Directory containing all CSS.
To run this website locally, follow these steps:
- Clone the repository using
git clone - Navigate into the directory:
cd gauravkparab.com - Install the dependencies:
npm install - Start the development server:
npm run dev - Open your browser and navigate to
http://localhost:3000
The website is deployed on Vercel. See the vercel project at https://vercel.com/gauravp-projects/gauravkparab.com (You can only view this if you are an authorized member)
This project is not open source and is not intended for use by others. All rights are reserved.