Install
git clone https://github.com/Caged/nba-player-tracking.git
cd nba-player-tracking
npm install
bower install
brew install jq
Sync
./script/syncstats
./script/syncteams
./script/tometricdefs
./script/tocsv > source/players.csv
Start
./script/server
open http://localhost:4567