Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 501 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 501 Bytes

This is is my personal portfolio website built with Next.js.

You can have the look here: https://muzaffarbhat.vercel.app/

Getting Started

Prerequisites

  • Node.js (version 20 or later)

Installation

  1. Clone the repository:
git clone https://github.com/muzaffarbhat07/my-portfolio.git
cd my-portfolio
  1. Install dependencies:
npm install
  1. Start the app in dev environment:
npm run dev

The app will be running on http://localhost:3000.