Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 426 Bytes

File metadata and controls

36 lines (23 loc) · 426 Bytes

Requirements

Node.js

This project requires Node.js 24.

Check your Node version:

node -v

If you do not have Node 24 installed, install it using nvm:

nvm install 24
nvm use 24

Install Dependencies

Install the required dependencies:

npm install

Running the Application

Start the development server:

npm run start:local

The application will run at: http://localhost:5173