From de2ad0b56f401db34cc9c37f3066c6c424df2c21 Mon Sep 17 00:00:00 2001 From: Rajat Sandeep <93584596+rajatsandeepsen@users.noreply.github.com> Date: Tue, 7 May 2024 13:22:55 +0530 Subject: [PATCH] docs: add T3-Turbo-biome to collection with both shadcn native & web ui (#1850) --- www/src/components/docs/openSourceAppList.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/src/components/docs/openSourceAppList.tsx b/www/src/components/docs/openSourceAppList.tsx index 6c8dd2c084..2197bdcaa5 100644 --- a/www/src/components/docs/openSourceAppList.tsx +++ b/www/src/components/docs/openSourceAppList.tsx @@ -36,6 +36,14 @@ const projects: App[] = [ linkName: "create-t3-turbo.vercel.app", link: "https://create-t3-turbo.vercel.app/", }, + { + description: + "T3 turborepo template with biomejs and both shadcn native and web ui", + repoName: "rajatsandeepsen/t3-turbo-biome", + repo: "https://github.com/rajatsandeepsen/t3-turbo-biome", + linkName: "create-t3-turbo.vercel.app", + link: "https://create-t3-turbo.vercel.app/", + }, { description: "Zapdos - a QnA app for streamers", repoName: "pingdotgg/zapdos",