marvin/README.md
Robert Nasarek 76800ad933 wrote readme
2022-08-31 14:54:51 +02:00

989 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