https://github.com/mlibrary/digital-collections-style-guide
A workshop repo to design and develop the details of the digital collections front-end.
https://github.com/mlibrary/digital-collections-style-guide
Last synced: 5 months ago
JSON representation
A workshop repo to design and develop the details of the digital collections front-end.
- Host: GitHub
- URL: https://github.com/mlibrary/digital-collections-style-guide
- Owner: mlibrary
- Created: 2021-02-16T15:05:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T19:30:55.000Z (over 1 year ago)
- Last Synced: 2025-03-14T19:34:48.637Z (over 1 year ago)
- Language: XSLT
- Homepage: https://umich-lib-digital-collections-style-guide.netlify.app/
- Size: 10.1 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# digital-collections-style-guide
Everything about uplifting DLXS:
* templates (`templates/image` and `templates/text`), which replace any fallback defined in collmgr (e.g. `web/t/text` and `web/i/image`)
* styles (`src/scss`)
* supporting javascript (`src/js`)
## Building
```
npm install
npm run build-js
npm run build-sass
```