Template to create a project with Svelte and Construct 3
To create a new project based on this template using degit:
npx degit el3um4s/memento-svelte-construct-3
Then install the dependencies with
npm install
npm run dev
npm run build