Skip to content

Commit f9be6da

Browse files
committed
docs: update deployment instructions for Vercel, Shinylive, and Posit Connect
1 parent 2e5f1dc commit f9be6da

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff 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

9597
Export the signature site using the following command:
9698

@@ -105,6 +107,22 @@ Then update run the app locally using the following command:
105107
python3 -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

110128
To run the tests, use the following command:

0 commit comments

Comments
 (0)