This repository hosts the code to run www.balldontlie.io and its API. The script to retrieve data is stored in a private repository elsewhere.
API
We're using rails to run the server:
bundle install
rails s
Docs
We're using slate to generate the docs page.
cd frontend
bundle install
bundle exec middleman server
Feel free to open any pull requests or issues.