https://github.com/uva-bi-sdad/community_example
Site to test and demo community package features.
https://github.com/uva-bi-sdad/community_example
Last synced: about 2 months ago
JSON representation
Site to test and demo community package features.
- Host: GitHub
- URL: https://github.com/uva-bi-sdad/community_example
- Owner: uva-bi-sdad
- Created: 2021-10-12T08:38:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T14:55:12.000Z (4 months ago)
- Last Synced: 2025-02-07T10:29:05.843Z (3 months ago)
- Language: R
- Homepage: https://uva-bi-sdad.github.io/community_example
- Size: 490 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- 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"
)
```