From 9e4898731bb4181e0a191a2ad7ae7cc0a1b78340 Mon Sep 17 00:00:00 2001 From: Alex Ni <12097569+nialexsan@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:58:40 -0500 Subject: [PATCH] svelte kit scaffold --- scaffolds.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scaffolds.json b/scaffolds.json index 1f70e3cc4..4e163570a 100644 --- a/scaffolds.json +++ b/scaffolds.json @@ -11,5 +11,12 @@ "repo": "https://github.com/sideninja/flow-basic-scaffold.git", "description": "Scaffold contains required folder structure as well as some example Cadence code.", "commit": "8065287e55bc298d776665bef98a577ceb4a226c" + }, + { + "name": "FCL Web Dapp (Svelte)", + "repo": "https://github.com/muttoni/fcl-sveltekit-quickstart.git", + "description": "Simple JS Web application using SvelteKit, Vite, FCL, and Cadence", + "commit": "fac88ec10cbf0db504211bd86640e58f26a0ea32", + "type": "web" } ]