This project contains the frontend application for JobMate AI, built with Next.js.
Follow these instructions to set up and run the project on your local machine.
Make sure you have Node.js and npm (Node Package Manager) installed.
-
Clone the repository:
git clone <repository-url> cd "JobMate AI/Frontend Next App/Frontend"
-
Install dependencies:
Navigate to the
Frontenddirectory and install the required packages:npm install
To start the development server and run the application on localhost:3000:
npm run devOpen http://localhost:3000 in your browser to see the application.