/Portfolio

Primary LanguageJavaScript

Portfolio

Installation

Follow these steps to set up and run the project locally.

Prerequisites

Make sure you have the following installed on your machine:

Steps

  1. Clone the repository:

    git clone https://github.com/pupscub/Portfolio.git
    cd Portfolio
    
  2. Install Dependencies:

    npm install
  3. Run the development server:

    npm run dev

This will start the development server and you should be able to view the project in your browser at http://localhost:3000