Skip to content

Commit bcac198

Browse files
authored
feat: add new example - Falkchat (feature-sliced#648)
1 parent df11d35 commit bcac198

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/pages/examples/_config.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,5 +328,25 @@ export const examples: Example[] = [
328328
"vuetify",
329329
],
330330
},
331+
{
332+
title: "FalkChat",
333+
description:
334+
"FalkChat is your go-to destination for seamless and engaging online conversations.",
335+
website: "https://chat.falkomer.tech",
336+
version: VERSIONS.V2,
337+
updatedAt: "2023-12-21",
338+
source: "https://github.com/falkomerr/falkchat",
339+
preview: require("./img/falkchat.png"),
340+
tech: [
341+
"react",
342+
"next",
343+
"prettier",
344+
"clerk",
345+
"typescript",
346+
"tailwind",
347+
"shadcn/ui",
348+
"zustand",
349+
],
350+
},
331351
// Reverse the list (last examples should be at the top)
332352
].reverse();
123 KB
Loading

0 commit comments

Comments
 (0)