Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 753 Bytes

ForceBalance Manager

Quickstart

ForceBalance Manager is a web application with a static frontend written in Javascript and a backend powered by Python Flask.

To run the program, you need Python 3.6 or above. Anaconda is recommended.

First install ForceBalance https://github.com/leeping/forcebalance

Then install dependencies:

pip install flask flask-socketio

To start the web app server:

python run.py

Then the webpage can be opened in browser (Chrome recommended), with default address http://localhost:5005

Development

Frontend developement guide can be found in the frontend/ folder.

Backend development is done in the backend/ folder.