Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 648 Bytes

Svelte for Data Visualization | Starter Template

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.

Getting started

1. Clone the template

You can clone this template in one of two ways:

  1. Click the green "Use this template" button on GitHub
  2. On the command line, run npx degit connorrothschild/iib-svelte-workshop-template

2. Install dependencies

Run npm install or pnpm install to install the dependencies.

3. Start the development server

Run npm run dev to start the development server.