Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 657 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 657 Bytes

Muenzkabinett

This is the codebase for the "Coins" project that was created during a the "Visualising cultural collections" course with Marian Dörk at FH Potsdam.

As a databasis, the application uses a LIDO XML export. Essential coin attributes as well as images are extracted from the heavy XML files and written to a CSV which is the basis for the browser application.

Development

To set up local development

  1. Clone the repository
  2. Run npm install
  3. Run npm development

Production

To build the project run npm production