An open source project for exploring American college football data.
npm installnpm start: Runs the React UI- This project uses sql.js-httpvfs to fetch data from a static SQLite DB, which we rebuild daily with a Go process.
- To build it yourself, install Go, then
cd golang && go run *.go
- React
- Node.js
- TypeScript
- Golang
- SQLite