🚧 Currently under construction 🚧
This project requires the following:
- Node version
23.5.0
To ensure compatibility, please use nvm or a similar tool to manage Node versions.
- Install nvm if you don’t already have it: https://github.com/nvm-sh/nvm#installing-and-updating.
- Run the following command in the project directory:
nvm use
If you don’t have Node.js 23.5.0 installed, nvm will prompt you to install it.
run:
nvm use 23.5.0
Once the correct Node.js version is set up, install the project's dependencies:
npm install
npm run dev