Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 673 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 673 Bytes

SNEEV

Please follow the instruction from BiasChecker to use the tool

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