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.
2 parents 218e49a + 9fefa73 commit f384d6bCopy full SHA for f384d6b
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "showcase/later"]
2
+ path = showcase/later
3
+ url = https://github.com/narthur/later
showcase/README.md
@@ -1,2 +1,20 @@
# showcase
Community showcase of projects built by Codebuff
+
4
+## Projects
5
6
+- [Later](https://github.com/narthur/later) - A task management app inspired by Do It (Tomorrow), built with Svelte
7
8
+## Cloning
9
10
+This repository contains submodules. To clone including all showcase projects, use:
11
12
+```bash
13
+git clone --recursive https://github.com/CodebuffAI/codebuff-community.git
14
+```
15
16
+Or if you've already cloned the repository:
17
18
19
+git submodule update --init --recursive
20
showcase/later
0 commit comments