git clone <ssh key>
To install node click here: NodeJS
cd Electron
npm i
npm start
To setup Flutter follow the docs: Flutter
cd Flutter
flutter pub get
flutter run
To install python click here: Python
cd Django
pip install -r requirements.txt
python manage.py runserver