File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ More details on the contest can be found [here](https://posit.co/blog/winners-of
27
27
## Demo
28
28
29
29
🕹️ Try the app at:
30
- [ https://connect.thinkr.fr/ signature-py/ ] ( https://connect.thinkr.fr/ signature-py/ )
30
+ [ https://signature-py.vercel.app / ] ( https://signature-py.vercel.app / )
31
31
32
32
## Try locally
33
33
@@ -88,18 +88,19 @@ Explore the mockup [here](https://www.figma.com/proto/u95KvEqgWLB8arxt7saZcJ/%7B
88
88
89
89
## Deployment
90
90
91
- The app is deployed on Connect.
91
+ The app is deployed on ** Vercel** .
92
+
93
+ Export the signature site using the following command:
92
94
93
95
``` bash
94
96
poetry shell
95
- cd signature
96
- rsconnect write-manifest shiny . --overwrite
97
+ shinylive export signature site
97
98
```
98
99
99
- Then update ` requirements.txt ` :
100
+ Then update run the app locally using the following command :
100
101
101
102
``` bash
102
- poetry export --without-hashes --format=requirements.txt > requirements.txt
103
+ python3 -m http.server --directory site --bind localhost 8008
103
104
```
104
105
105
106
## Tests
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments