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
90
90
91
91
## Deployment
92
92
93
- The app is deployed on ** Vercel** .
93
+ The app is deployed on ** Vercel + Shinylive** and ** Posit Connect** .
94
+
95
+ ### With Shinylive:
94
96
95
97
Export the signature site using the following command:
96
98
@@ -105,6 +107,22 @@ Then update run the app locally using the following command:
105
107
python3 -m http.server --directory site --bind localhost 8008
106
108
```
107
109
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
+
108
126
## Tests
109
127
110
128
To run the tests, use the following command:
You can’t perform that action at this time.
0 commit comments