We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faf86fc commit 6dd5f31Copy full SHA for 6dd5f31
README.md
@@ -15,7 +15,8 @@ This repository contains SolidLab research artefacts on use of UMA in the Solid
15
16
In order to run this project you need to perform the following steps.
17
18
-1. Ensure that you are using Node.js 20 or higher, e.g. by running `nvm use`. (see [.nvmrc](./.nvmrc))
+1. Install the [eye reasoner](https://github.com/eyereasoner/eye/) and have `eye` available on your path.
19
+2. Ensure that you are using Node.js 20 or higher, e.g. by running `nvm use`. (see [.nvmrc](./.nvmrc))
20
2. Enable Node.js Corepack with `corepack enable`.
21
3. Run `yarn install` in the project root (this will automatically call `yarn build`).
22
4. Run `yarn start`.
0 commit comments