Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 562 Bytes

File metadata and controls

32 lines (18 loc) · 562 Bytes

🚀 Instructions to Use Portscan

Follow these steps to run Portscan locally:

  1. Open two terminals

    • Terminal 1 → for the Backend
    • Terminal 2 → for the Frontend
  2. Install dependencies in both folders:

    npm install
    

Start both servers:

In the backend terminal:

npm run build

npm run dev

In the frontend terminal:

npm run dev

Open the frontend in your browser at:

http://localhost:5173

Ensure the backend is running, then enter your portfolio URL in the website. ✨ Watch the magic happen!