Follow these steps to set up and run the project locally.
Make sure you have the following installed on your machine:
-
Clone the repository:
git clone https://github.com/pupscub/Portfolio.git cd Portfolio
-
Install Dependencies:
npm install
-
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