// create a new directory mkdir svelte-d3-starter cd svelte-d3-starter // use degit to copy the files to your local system degit higsch/svelte-d3-starter // install the dependencies npm i // start the ...