No description
Find a file
2022-09-05 07:18:07 +02:00
resources/files ico have to be in resources 2022-09-05 07:18:07 +02:00
src Tray/NoTray 2022-09-02 15:08:29 +02:00
.babelrc first commit 2022-08-25 13:30:44 +02:00
.editorconfig first commit 2022-08-25 13:30:44 +02:00
.gitignore first commit 2022-08-25 13:30:44 +02:00
.npmignore first commit 2022-08-25 13:30:44 +02:00
code-of-conduct.md first commit 2022-08-25 13:30:44 +02:00
LICENSE first commit 2022-08-25 13:30:44 +02:00
main.js ico have to be in resources 2022-09-05 07:18:07 +02:00
marvin.ico solved timeout error via fetch response 2022-08-31 11:03:41 +02:00
package.json adjust menu and add about page 2022-08-31 14:26:34 +02:00
postcss.config.js first commit 2022-08-25 13:30:44 +02:00
preload.js first commit 2022-08-25 13:30:44 +02:00
README.md wrote readme 2022-08-31 14:54:51 +02:00
splashScreen.css Tray/NoTray 2022-09-02 15:08:29 +02:00
splashScreen.html Tray/NoTray 2022-09-02 15:08:29 +02:00
webpack.build.config.js FIRST PROTO 2022-08-30 10:51:19 +02:00
webpack.dev.config.js solved timeout error via fetch response 2022-08-31 11:03:41 +02:00

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