Skip to content

Latest commit

 

History

History
66 lines (45 loc) · 1.71 KB

File metadata and controls

66 lines (45 loc) · 1.71 KB

Portfolio Page

This repository contains a personal portfolio website built using Next.js, Tailwind CSS, and TypeScript. The portfolio showcases projects, skills, and personal information in a professional format, making it easy to view and navigate.

Features

  • Responsive Design: Built with Tailwind CSS to ensure the website looks great on all devices.
  • Modern Frameworks: Developed with Next.js for fast and SEO-friendly static site generation.
  • TypeScript Support: Ensures type safety, improving code quality and maintainability.

Getting Started

Prerequisites

To run this project locally, you need:

  • Node.js (v16 or higher recommended)
  • npm or yarn for dependency management

Installation

  1. Clone the repository:
    git clone https://github.com/qamarq/portfolio-page.git
  2. Navigate into the project directory:
    cd portfolio-page
  3. Install dependencies:
    pnpm install
  4. Setup .env*:
    cp .env.example .env
    And fill .env with your own data & keys

Running the Development Server

After installing the dependencies, start the local development server:

pnpm dev

This will run the application at http://localhost:3000. Open it in your browser to see the portfolio in action.

Building for Production

To build a production-ready version of the site, run:

pnpm build & pnpm start

Contributing

Feel free to open issues or pull requests if you have suggestions or improvements.


Thank you for visiting this portfolio project. Enjoy exploring!

Let me know if you want any additions, such as sections on specific dependencies or additional setup steps.