Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 260 Bytes

EHRI Editions Omeka Theme

To build assets, install the relevant tools from the package.json file:

npm install

Then, to build a theme package, run:

npm run dist

Or to regenerate CSS and JS via developing, use the watch task:

npm run watch