Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 564 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 564 Bytes

BiasChecker

Installation

git clone https://github.com/yangcandoit/BiasChecker.git

open the BiasChecker folder

open one terminal

cd manager

npm install --dependencies ## install dependencies of this project

npm start ## start the manager

open another terminal

cd manager 
node server.js   ## start the server

open another terminal(the number of terminals is dependent on the experiment)

cd agent
npm install --dependencies ## install dependencies of this project

node index.js ## start agent