This is a simple template for creating data visualizations with Svelte. It was primarily created for the Svelte and D3 workshop at the 2022 Information is Beautiful Awards.
You can clone this template in one of two ways:
- Click the green "Use this template" button on GitHub
- On the command line, run
npx degit connorrothschild/iib-svelte-workshop-template
Run npm install
or pnpm install
to install the dependencies.
Run npm run dev
to start the development server.