You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# open terminal
cd server
npm install
npm start
# open second terminal
cd bots
python server.py
# open third terminal
cd client
npm install
npm run start