The project is a sandbox for developing and debugging algorithms for analyzing public data provided by crypto exchanges.
- After cloning the repo copy
.env.dist
to.env.local
. - Review
.env.local
and update for your system as needed. - Run
npm install
. - Run
npm run dev
.