Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 601 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 601 Bytes

Frontend Setup Guide

This guide will walk you through the steps to set up the frontend of the project.

Prerequisites

  • Node.js version >= 20
  • npm version >= 10

Installation

  1. Clone the Repository: Begin by cloning the project repository to your local machine.
    git clone <repository-url>
  1. Install Dependencies: Execute the following command to install the required dependencies.
    npm install

Running the Development Server

Once the dependencies are installed, you can start the development server by running:

npm run dev