A Drupal-based framework for discovering and exploring data storage resources.
git clone git@github.com:uvalib/drupal-dsf.git
cd drupal-dsf
ddev start
./scripts/update-db-from-remote.sh
ddev drush cr
ddev launch
- DDEV
- Git
- Composer
This project uses DDEV for local development. DDEV provides a consistent development environment using Docker containers.
The custom theme uva_dsf_usdws
is located in web/themes/custom/uva_dsf_usdws
. This theme is maintained in a separate GitHub repository and is included as a Composer dependency.
Theme development should be done in the theme's own repository at:
- Theme repository: uvalib/uva_dsf_uswds
Any theme changes should be committed and pushed to the theme repository, not to this project directly.