This is a settings table for mock quantum computer information. This frontend is a React App built with Vite and the backend is built using Flask.
git clone https://github.com/mcrich921/fridge-view.git
cd fridge-viewFirst, download everything
cd backend
python3 -m venv env
source env/bin/activate
pip install -r requirements.txtThen, activate the server:
flask --app app runInstall dependencies and run the server
cd ../frontend
npm install
npm run devAfter that, something like this should pop up.
VITE v6.2.0 ready in _ ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show helpVisit the localhost link to view the website.
Once there, click the Settings button or visit http://localhost:5173/settings