No description
| src | ||
| .babelrc | ||
| .editorconfig | ||
| .gitignore | ||
| .npmignore | ||
| code-of-conduct.md | ||
| electron-builder.json | ||
| LICENSE | ||
| main.js | ||
| marvin.ico | ||
| marvin256x256.ico | ||
| marvin256x256.png | ||
| package.json | ||
| postcss.config.js | ||
| preload.js | ||
| README.md | ||
| splashScreen.css | ||
| splashScreen.html | ||
| webpack.build.config.js | ||
| webpack.dev.config.js | ||
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