File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,9 @@ Explore the mockup [here](https://www.figma.com/proto/u95KvEqgWLB8arxt7saZcJ/%7B
9090
9191## Deployment
9292
93- The app is deployed on ** Vercel** .
93+ The app is deployed on ** Vercel + Shinylive** and ** Posit Connect** .
94+
95+ ### With Shinylive:
9496
9597Export the signature site using the following command:
9698
@@ -105,6 +107,22 @@ Then update run the app locally using the following command:
105107python3 -m http.server --directory site --bind localhost 8008
106108```
107109
110+ ### With Posit Connect:
111+
112+ Export the signature site using the following command:
113+
114+ ``` bash
115+ poetry shell
116+ cd signature
117+ rsconnect write-manifest shiny . --overwrite
118+ ```
119+
120+ If needed, update the ` requirements.txt ` file with the necessary dependencies.
121+
122+ ``` bash
123+ poetry export --without-hashes --format=requirements.txt > requirements.txt
124+ ```
125+
108126## Tests
109127
110128To run the tests, use the following command:
You can’t perform that action at this time.
0 commit comments