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 the required dependencies:
npm install
Start the development server:
npm run start:local
The application will run at: http://localhost:5173