Elevate your coding skills with Bit Box
Main Page
Share Box
Clone this repository
git clone https://github.com/swayam25/Bit-Box bit_box
cd bit_box
Configure the config.json
file
server
: Backend server url
donateURL
: Donation url
For backend
cd server
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
fastapi dev --port 2501
For frontend
cd client
npm i
npm run dev -- --port 2500
URLs
http://localhost:2501
http://localhost:2500
Follow steps 1 & 2 from the installation guide. Ignore if already done.
For backend
fastapi run --port 2501
For frontend
npm run build
npm run preview -- --port 2500
URLs are same as the installation guide.
[!TIP] Checkout the deployment guide for more information.