We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74237d commit 119a809Copy full SHA for 119a809
www/src/components/docs/openSourceAppList.tsx
@@ -8,6 +8,13 @@ interface App {
8
}
9
10
const projects: App[] = [
11
+ {
12
+ description: "SkipSetup - T3-powered foundation for AI-native development",
13
+ repoName: "Noble-TS/skipsetup",
14
+ repo: "https://github.com/Noble-TS/skipsetup",
15
+ linkName: "npmjs.com/package/skipsetup-cli",
16
+ link: "https://www.npmjs.com/package/skipsetup-cli",
17
+},
18
{
19
description: "OpenBio - Open Source Link in Bio",
20
repoName: "vanxh/openbio",
0 commit comments