An open API service indexing awesome lists of open source software.

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.

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
```