1,007 B
1,007 B
Marvin
Document manager for Institute for Art Technology and Conservation at Germanic National Museum Nuremberg
Description
Search object information for a given objectid at https://objektkatalog.gnm.de/rest_export/ and populate MS Word templates.
Prerequisites
You need nodejs for running and building. You may want to install it with nvm (windows/ linux).
Install
git clone https://github.com/rnsrk/marvin.git
cd marvin
npm i
Usage
Start devServer
npm run start
Build Windows / Linux executable
npm run package
Thanks
I've used the Boilerplate by Alex Devero