A tool for browsing statistical classifications, developed for the Implementing ModernStats Standards project.
The classifications are stored as RDF using the XKOS model.
-
Install a Git client and Node.js
-
Install yarn:
npm install --global yarn
-
Clone the projet and open a command prompt window
-
Under
src/js
, create acredentials.js
file exporting a JavaScript object with the username and password, for example:export default { username: '*******', password: '*******' }
. Acredentials.js.example
is provided. -
Run
yarn install
-
Run
yarn
and navigate to http://localhost:3000