https://github.com/uva-bi-sdad/dashboard_test_site
https://github.com/uva-bi-sdad/dashboard_test_site
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uva-bi-sdad/dashboard_test_site
- Owner: uva-bi-sdad
- Created: 2023-10-24T17:02:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-20T21:15:15.000Z (about 1 year ago)
- Last Synced: 2025-02-07T10:29:33.060Z (3 months ago)
- Language: R
- Homepage: https://uva-bi-sdad.github.io/dashboard_test_site/
- Size: 121 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Community Example
This site was generated from the [Social Data Commons](https://github.com/uva-bi-sdad/social_data_commons)'s
[community_example](https://github.com/uva-bi-sdad/social_data_commons/blob/main/views/community_example/view.json) view.To recompile from source repositories, clone that repository, and run this (assuming this repository is in the same directory):
```R
# remotes::install_github("uva-bi-sdad/community")
library(community)# clone/pull the data repositories
datacommons_refresh("../social_data_commons")# rebuild the view
datacommons_view(
"../social_data_commons", "community_example", entity_info = NULL, prefer_repo = TRUE
)
```To run the site locally, run this:
```R
site_build(
"../community_example", version = "dev", serve = TRUE,
endpoint = "https://vdh-data-commons.netlify.app/api"
)
```