Skip to content

Ommanimesh2/Demote

Repository files navigation

Demote Application

Cloning the application

Copy SSH code

git clone <ssh key>

Electron Setup

You must have node installed in your system

To install node click here: NodeJS

cd Electron

npm i

npm start

Flutter Setup

You must have Flutter Setup in your system

To setup Flutter follow the docs: Flutter

cd Flutter

flutter pub get

flutter run

Django Setup

You must have python installed in your system

To install python click here: Python

cd Django

pip install -r requirements.txt

python manage.py runserver