yarn install
It needs live iRacing data to work - this can be downloaded with your iRacing credentials
IWP_USERNAME='[email protected]' IWP_PASSWORD='yourpassword' yarn scrapeData
yarn debugRaces
yarn start
open http://localhost:3000
Because this scrapes the data from the iRacing website, the tool can only be updated for the new season once it is published on the iRacing website. As such the planner won't be updated until the turn of the season, typically within a few hours of the data going live - Tuesday 1am UTC on the first week of the season.
You can view the bundle size by running the following commands:
webpack --json > stats.json
yarn webpack-bundle-analyzer stats.json