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.
To set up local development
- Clone the repository
- Run
npm install
- Run
npm development
To build the project run npm production