Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 478 Bytes

Job Orbit Frontend

This repository contains the frontend code for the Job Orbit project.

Installation

To get started with the frontend, follow these steps:

  1. Clone the repository:

    git clone https://github.com/ShivaBollam07/Job-Orbit---Frontend
    cd frontend
  2. Install the required libraries:

    npm install

Running the Application

To start the frontend application, use the following command:

npm run dev