Skip to content

Commit cd581ed

Browse files
committed
docs: update README
1 parent a705f9a commit cd581ed

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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
9496
poetry 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

site/app.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)