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
2727## Demo
2828
2929🕹️ 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 / )
3131
3232## Try locally
3333
@@ -88,18 +88,19 @@ Explore the mockup [here](https://www.figma.com/proto/u95KvEqgWLB8arxt7saZcJ/%7B
8888
8989## Deployment
9090
91- The app is deployed on Connect.
91+ The app is deployed on ** Vercel** .
92+
93+ Export the signature site using the following command:
9294
9395``` bash
9496poetry shell
95- cd signature
96- rsconnect write-manifest shiny . --overwrite
97+ shinylive export signature site
9798```
9899
99- Then update ` requirements.txt ` :
100+ Then update run the app locally using the following command :
100101
101102``` bash
102- poetry export --without-hashes --format=requirements.txt > requirements.txt
103+ python3 -m http.server --directory site --bind localhost 8008
103104```
104105
105106## Tests
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments