Prince Prajapati

My Portfolio

This is my personal portfolio website built with Next.js. It showcases my projects, skills, and contact information.

Features

Getting Started

Prerequisites

Installation

  1. Clone the repository

    git clone https://github.com/notreallyprince/notreallyprince.github.io
    cd notreallyprince.github.io
    
  2. Install dependencies

    npm install
    # or
    yarn install
    
  3. Run the development server

    npm run dev
    # or
    yarn dev
    

    Open http://localhost:3000 to view it in the browser.

Building for Production

To create a production build:

npm run build
# or
yarn build

Then start the server:

npm start
# or
yarn start

Deployment

Follow Vercel’s deployment documentation for a seamless Next.js deployment.

Credits

This project is a fork from rajputhemant.me by Hemant Rajput. Special thanks to the original author for their work and inspiration.