This is my personal portfolio website built with Next.js. It showcases my projects, skills, and contact information.
Clone the repository
git clone https://github.com/notreallyprince/notreallyprince.github.io
cd notreallyprince.github.io
Install dependencies
npm install
# or
yarn install
Run the development server
npm run dev
# or
yarn dev
Open http://localhost:3000 to view it in the browser.
To create a production build:
npm run build
# or
yarn build
Then start the server:
npm start
# or
yarn start
Follow Vercel’s deployment documentation for a seamless Next.js deployment.
This project is a fork from rajputhemant.me by Hemant Rajput. Special thanks to the original author for their work and inspiration.