This is an example av Svelte's project template
To create a new project based on this template using degit:
npx degit aepetelin/svelte-jsdoc-example svelte-app
cd svelte-app
Note that you will need to have Node.js installed.
Install the dependencies...
cd svelte-app
npm install