We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2ea0b3 + e693bd9 commit d72384cCopy full SHA for d72384c
README.md
@@ -27,9 +27,12 @@ shiny run basic_app/app.py
27
28
## Use templates from GitHub
29
30
+* [eoda-dev/py-shiny-templates](https://github.com/eoda-dev/py-shiny-templates)
31
* [posit-dev/py-shiny-templates](https://github.com/posit-dev/py-shiny-templates)
32
33
```bash
34
+shiny create -g eoda-dev/py-shiny-templates -t fastapi-routes
35
+
36
shiny create -g posit-dev/py-shiny-templates -t map-distance
37
```
38
shinylive_without_quarto/.dockerignore
@@ -0,0 +1,6 @@
1
+site/
2
+Dockerfile
3
+requirements.txt
4
+__pycache__/
5
+.venv/
6
0 commit comments