Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 997 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 997 Bytes

Disclaimer: This tool is a work in progress. It means some features are not fully implemented yet.

The oekg-builder, provides a simple way for OEP users to make RDF-based factsheets through a user-interface. Here are some screenshots from the current version of the tool.

1- Install npm:

  • on Linux: sudo apt install npm
  • on MacOS: brew install node
  • on Windows see here.

2- Clone the repository and run the following commands:

cd oekg-builder
npm install
npm start

After running the above commands, you should be able to (automatically) see the tool in your brower.

Note: You may need to upgrade your NodeJS and npm installations. It is recommended to have NodeJS >= 14.0.0 and NPM >= 5.6

upgrades: Node.JS , NPM