Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 267 Bytes

SETUP.md

File metadata and controls

16 lines (13 loc) · 267 Bytes

To set up the project, follow these steps:

  1. Change directory to the frontend folder:

    cd frontend/interview-ai
  2. Install the necessary dependencies:

    npm install
  3. Start the application:

    npm start