Skip to content

noahschutte/arbitrage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Arbitrage Documentation

https://arbitrage-client.herokuapp.com/

How do I run the project locally with a clean environment?

Download global dependencies:

  • node
  • yarn || npm

Setup commands for node server:

  1. cd server
  2. yarn install || npm install
  3. yarn start || npm start

Setup commands for react project:

  1. cd client
  2. yarn install || npm install
  3. yarn start || npm start

How do I run the tests?

Glad you asked :)

Run tests on node server:

  1. cd server
  2. yarn test || npm test

About

combine order books from multiple exchanges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published