From f47073ecbccbdeb5ac22dbbc0e4bb96a48c3f38b Mon Sep 17 00:00:00 2001 From: engage_intellect <61082194+engageintellect@users.noreply.github.com> Date: Sat, 31 Aug 2024 04:28:03 -0700 Subject: [PATCH] adding spatz2 template (#671) * adding "spatz" template to templates.json * init * adding spatz-2 template * reducing tags to 6 * linting --- src/routes/templates/templates.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/routes/templates/templates.json b/src/routes/templates/templates.json index ab783fcf5..f30bc7202 100644 --- a/src/routes/templates/templates.json +++ b/src/routes/templates/templates.json @@ -670,5 +670,13 @@ "stores-and-state", "svelte" ] + }, + { + "title": "spatz2", + "url": "https://spatz2.engage-dev.com", + "repository": "https://github.com/engageintellect/spatz-2", + "description": "An opinionated template for building full-stack Svelte applications ridiculously fast. Includes auth, database, admin panel, user dashboard, themes, icons, and more.", + "npm": "svelte-lorem-ipsum", + "categories": ["sveltekit", "svelte-add", "database", "ssr", "integrations", "mobile"] } ]