Group memmbers: Ngan (Daisy) Nguyen, Esha Pattan, Gihwan Jung, Luis Palmejar Sure! Here's a brief README you can use to guide users on how to run your Electron + Flask + Python app:
- Node.js and npm
- Python 3.9+ (Anaconda recommended)
- (Optional) Anaconda if you use a conda environment.
git clone https://github.com/DaisyNBN/signapp.git
cd signappcd frontend
npm installIn the project root folder:
pip install -r requirements.txt
pip install pygameOpen two terminals:
Terminal 1 (for Practice Mode)
cd signapp
python flaskapp.pyIn a second terminal:
cd signapp/frontend
npm start