Building modern D3 visualizations with Svelte.
npx degit weiland/svelte-d3-starter project-name
or use the Use this template button
Alternatively, clone this repo:
git clone --depth=1 https://github.com/weiland/svelte-d3-starter project-name
cd project-name
# install dependencies (from package-lock.json)
npm ci
# but you can also feel free to use pnpm, yarn, bun or other.
Checkout the
sveltekit
branch.
Or run
npx degit weiland/svelte-d3-starter#sveltekit project-name
# or via git clone
git clone --depth=1 -b sveltekit https://github.com/weiland/svelte-d3-starter project-name
.editorconfig
and .prettierrc.json
)