Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.04 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.04 KB

👋 Portfolio Portfolio

A sleek and modern portfolio website built with Next.js, showcasing professional experience and projects in a minimalist, user-friendly design. 💯

📸 Demo Screenshots

Image

Getting Started

Follow these steps to run the project locally:

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/psparwez/portfolio.git
    cd portfolio
  2. Install dependencies:

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

    npm run dev
    # or
    yarn dev

    The application will be available at http://localhost:3000.

Build for Production

To create an optimized production build, run:

npm run build
npm start
# or
yarn build
yarn start