curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm install 20
npm install
npm run dev
cd backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirement.txt
flask run
build the Vite project and serve the static files using Flask
npm run build