Skip to content

yudongqiu/forcebalance-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Web manager for ForceBalance

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published