Skip to content

Commit 9fefa73

Browse files
committed
Add Later app as submodule in showcase
1 parent 218e49a commit 9fefa73

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "showcase/later"]
2+
path = showcase/later
3+
url = https://github.com/narthur/later

showcase/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
11
# showcase
22
Community showcase of projects built by Codebuff
3+
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+
```bash
19+
git submodule update --init --recursive
20+
```

showcase/later

Submodule later added at 57552f7

0 commit comments

Comments
 (0)