Skip to content

Commit eba5947

Browse files
committed
Add Bayes as submodule in showcase
1 parent 00d2b06 commit eba5947

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "showcase/game-of-life"]
55
path = showcase/game-of-life
66
url = https://github.com/narthur/game-of-life
7+
[submodule "showcase/bayes"]
8+
path = showcase/bayes
9+
url = https://github.com/narthur/bayes

showcase/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Community showcase of projects built by Codebuff
55

66
- [Later](https://github.com/narthur/later) - A task management app inspired by Do It (Tomorrow), built with Svelte
77
- [Game of Life](https://github.com/narthur/game-of-life) - Conway's Game of Life implementation with TypeScript
8+
- [Bayes](https://github.com/narthur/bayes) - A web application for applying Bayesian reasoning to everyday life
89

910
## Cloning
1011

showcase/bayes

Submodule bayes added at 9cb4246

0 commit comments

Comments
 (0)