File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
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
27
27
## Demo
28
28
29
29
🕹️ 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 / )
31
31
32
32
## Try locally
33
33
@@ -78,7 +78,9 @@ sass scss/signature.scss css/signature.css
78
78
79
79
The redirection banner is a JavaScript function that redirects the user to the specified URL.
80
80
81
- To modify the redirection URL, edit the ` index.html ` file at the root of the project.
81
+ To modify the redirection URL, creeate a ` index.html ` file at the root of the project.
82
+
83
+ See : [ signature] ( https://github.com/ThinkR-open/signature/ )
82
84
83
85
## Mockup
84
86
@@ -88,18 +90,19 @@ Explore the mockup [here](https://www.figma.com/proto/u95KvEqgWLB8arxt7saZcJ/%7B
88
90
89
91
## Deployment
90
92
91
- The app is deployed on Connect.
93
+ The app is deployed on ** Vercel** .
94
+
95
+ Export the signature site using the following command:
92
96
93
97
``` bash
94
98
poetry shell
95
- cd signature
96
- rsconnect write-manifest shiny . --overwrite
99
+ shinylive export signature site
97
100
```
98
101
99
- Then update ` requirements.txt ` :
102
+ Then update run the app locally using the following command :
100
103
101
104
``` bash
102
- poetry export --without-hashes --format=requirements.txt > requirements.txt
105
+ python3 -m http.server --directory site --bind localhost 8008
103
106
```
104
107
105
108
## Tests
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments