A sleek and modern portfolio website built with Next.js, showcasing professional experience and projects in a minimalist, user-friendly design. 💯
Follow these steps to run the project locally:
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/psparwez/portfolio.git cd portfolio
-
Install dependencies:
npm install # or yarn install
-
Run the development server:
npm run dev # or yarn dev
The application will be available at http://localhost:3000.
To create an optimized production build, run:
npm run build
npm start
# or
yarn build
yarn start