Scouting tool
A visualization of data scraped from FBref.com, containing detailed statistics of soccer players.
Getting Started
- Install dependencies by either running
npm ci
oryarn
- Start the development server by running
npm run dev
oryarn dev
You are now ready to start building your D3.js project with TypeScript!
Building for Production
To build the project for production, run npm run build
or yarn build
. The output will be in the dist
folder.