Skip to content

Commit

Permalink
feat: add project
Browse files Browse the repository at this point in the history
  • Loading branch information
koujialong authored Dec 25, 2024
1 parent d22a0bf commit f9ec61f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ const projects: App[] = [
linkName: "Squeak",
link: "https://playsqueak.com/",
},
{
description: "Ray - A full stack admin starter",
repoName: "koujialong/ray-admin",
repo: "https://github.com/koujialong/ray-admin",
linkName: "Ray",
link: "https://koujialong-ray.vercel.app/",
},
];

export default function OpenSourceAppList({
Expand Down

0 comments on commit f9ec61f

Please sign in to comment.