From 57b8ff3cb75cdfe8ef92eff608d72a2f61a9b0ef Mon Sep 17 00:00:00 2001 From: Yannik Date: Sun, 31 Aug 2025 15:15:07 +0000 Subject: [PATCH] Update README.md --- README.md | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 70666ea..6ad2363 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# ✨ Lumify Sanity Template +# ✨ Sanity Template -Official CLI and starter template for building modern web apps with Sveltekit, Sanity, Bun, and Shadcn UI — bundled into a single monorepo. +CLI and starter template for building modern web apps with Sveltekit, Sanity, Bun, and Shadcn UI — bundled into a single monorepo. --- ## 📦 What It Does -The `@lumify-systems/template-sanity` CLI sets up a fully functional monorepo with: +The `@vaporvee/template-sanity` CLI sets up a fully functional monorepo with: * ⚡ **Sveltekit** for the frontend * 📝 **Sanity Studio** CMS with custom schemas @@ -18,18 +18,18 @@ The `@lumify-systems/template-sanity` CLI sets up a fully functional monorepo wi ## 🚀 How to Use -### Setup GitHub private NPM registry +### Setup vaporvee git private NPM registry Create a file called `.npmrc` in your home directory with the following content: ``` -@lumify-systems:registry=https://npm.pkg.github.com/ -//npm.pkg.github.com/:_authToken=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 +@vaporvee:registry=https://git.vaporvee.com/api/packages/testuser/npm/ +//git.vaporvee.com/api/packages/testuser/npm/:_authToken= ``` You can now scaffold a new project using the CLI: ```bash -bunx @lumify-systems/template-sanity +bunx @vaporvee/template-sanity ``` Then follow the interactive prompts: @@ -73,23 +73,15 @@ bun run deploy # Deploy the Sanity Studio ## 🧩 Shadcn UI -Shadcn UI is pre-installed and configured in `client`  +Shadcn UI is pre-installed and configured in `client` To add components run the following inside the client folder: ```bash -bunx shadcn-ui@latest add [component] +bunx shadcn-svelte@latest add [component] ``` - -🔗 [ui.shadcn.dev](https://ui.shadcn.dev/docs/components) - -🔗 [shadcnui-blocks.com](http://www.shadcnui-blocks.com) - -🔗 [kokonutui.com](https://kokonutui.com) - -🔗 [ui.aceternity.com](https://ui.aceternity.com) - -🔗 [21st.dev](https://21st.dev) +🔗 [shadcn-svelte.com/](https://shadcn-svelte.com/) +🔗 [animation-svelte.vercel.app](https://animation-svelte.vercel.app/) (without cli) --- @@ -97,8 +89,8 @@ bunx shadcn-ui@latest add [component] Customize your Studio or learn more about Sanity at: -📘 [sanity.io/docs](https://www.sanity.io/docs) +📘 [shadcn-svelte.com/docs](https://shadcn-svelte.com/docs) --- -Happy building with Lumify! 🚀 +Happy building! 🚀