Skip to content

Commit

Permalink
(up) add code to create docs
Browse files Browse the repository at this point in the history
  • Loading branch information
geocarvalho authored Oct 21, 2024
1 parent 2fa8433 commit 490e759
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# samples_archive
Data archive with samples data available and doctor information

- Using the code inside `ccrd` directory you can create the `docs` directory to deploy the website:
```R
library(shinylive)
library(httpuv)

setwd("~/path/to/samples_archive")
shinylive::export(appdir = "ccrd", destdir = "docs")
httpuv::runStaticServer("docs/", port=8008)
```


https://uclanelsonlab.github.io/samples_archive/

0 comments on commit 490e759

Please sign in to comment.