@@ -15,12 +15,14 @@ overwhelmed by the great number of code snippets as the projects grow.
15
15
16
16
# Contributing
17
17
18
- CodePod is open source under MIT license. Feel free to contribute! We can make
19
- it better together. You can contribute by opening an issue, discussion, or
20
- submitting a pull request. Do use [ Prettier] ( https://prettier.io/ ) (e.g., [ its
21
- VSCode
18
+ CodePod is open-source under an MIT license. Feel free to contribute to make
19
+ it better together with us. You can contribute by [ creating awesome showcases] ( #gallery ) ,
20
+ [ reporting a bug, suggesting a feature] ( https://github.com/codepod-io/codepod/issues ) ,
21
+ or submitting a pull request.
22
+ Do use [ Prettier] ( https://prettier.io/ ) (e.g., [ its VSCode
22
23
plugin] ( https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode ) )
23
- to format your code before checking in.
24
+ to format your code before checking in.
25
+ Last but not least, give us a star on Github!
24
26
25
27
# Citation
26
28
@@ -38,6 +40,14 @@ https://arxiv.org/abs/2301.02410
38
40
}
39
41
```
40
42
43
+ # Gallery
44
+
45
+ Thanks to our community, we now have CodePod showcases ranging from analytical geometry to bioinformatics.
46
+
47
+ * [ plotting common functions] ( https://app.codepod.io/repo/2ncnioylo9abo3otdxjs )
48
+ * [ image operations using skimage] ( https://user-images.githubusercontent.com/44469195/239033643-decbd7ae-29bb-44b9-af33-d4cb7c2bce46.png )
49
+ * [ tel-siRNA sequence detector] ( https://app.codepod.io/repo/b94n7n00a9395xwhv1o8 )
50
+
41
51
# Developing CodePod using docker-compose
42
52
43
53
The docker compose files are in ` compose/dev ` folder. The ` dev ` stack mounts the
0 commit comments