npm i concurrently -g
Clone the repository:
git clone https://github.com/MangoLion/bgbye
cd bgbye
Install dependencies:
npm install
Set up the server:
npm run setup-server
Make sure to restart your terminal after!
Goto ./server/setp.sh
and replace the index url with
--index-url https://download.pytorch.org/whl/rocm6.0
Do this before calling npm run setup-server
To start both the web app and server, run:
npm start
I'm so sorry this is using the long dead create-react-app template! Was setting up Cloudflare Pages for the first time and their tutorial installed CRA 💀
I'll move this stuff to Vite later