Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 528 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 528 Bytes

mpilhlt Digital Services Knowledge Graph

This repo contains code relating to the Digital Services Knowledge Graph project at the Max Planck Institut for Legal History and Legal Theory.

A prototype of the planned web application is here.

Connect to a Neo4J database:

  1. cp ./neo4j.json.dist ./neo4j.json
  2. Adapt the values in neo4j.json.

Update npm dependencies:

  1. run npm install. This will generate ESM-Modules in the lib folder.
  2. update the import paths in app.js.