git clone hhttps://github.com/HarshalHDave/TeamTeam_Unscript2k23.git
cd ./bitnbuild
cd mobileapp
npm install
npm start
cd ai
pip install virtualenv
virtualenv .\virt #if this doesnt work
python -m venv .\venv
To turn on the virtual env run the command
.\virt\Script\activate
Then run
pip install -r requirements.txt
cd dashboard
npm install
npm start