This is a recreation of a dual line chart found in FiveThirtyEight's 2020 Election Forecast.
In your terminal, run the following command:
git clone https://github.com/connorrothschild/svelte-d3-iib-workshop.git
Then, cd
into that directory.
Run npm install
or pnpm install
to install the dependencies.
Run npm run dev
to start the development server.