A full-stack JavaScript application with a Vite-powered frontend and a Node.js/Express backend.
Follow these steps to set up and run the project locally:
git clone https://github.com/your-username/bitbot.git
cd bitbotcd server
npm installnpm run servercd client
npm installnpm run devhttp://localhost:5173