Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new example - Falkchat #648

Merged
merged 2 commits into from
Jan 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
add falkchat to examples
  • Loading branch information
falkomerr committed Dec 21, 2023
commit b9e61b092cbf2be3d1ce03c06abbd520796ff380
10 changes: 10 additions & 0 deletions src/pages/examples/_config.ts
Original file line number Diff line number Diff line change
@@ -327,6 +327,16 @@ export const examples: Example[] = [
"vite",
"vuetify",
],
},
{
title: "FalkChat",
description: "FalkChat is your go-to destination for seamless and engaging online conversations.",
website: "https://chat.falkomer.tech",
version: VERSIONS.V2,
updatedAt: "2023-12-21",
source: "https://github.com/falkomerr/falkchat",
preview: require("./img/falkchat.png"),
tech: ["react", "next", "prettier", "clerk", "typescript", "tailwind", "shadcn/ui", "zustand"],
},
// Reverse the list (last examples should be at the top)
].reverse();
Binary file added src/pages/examples/img/falkchat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.