You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,12 @@ Build the site:
71
71
make site
72
72
```
73
73
74
+
To update shinylive links in `components/` and build static versions of the components in the gallery, run:
75
+
76
+
```bash
77
+
make components
78
+
```
79
+
74
80
### Virtualenv
75
81
76
82
When running `make`, all of the Python scripts and commands run in a virtualenv. If you want to run commands at the terminal in the same virtualenv, you will need to do the following:
0 commit comments