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.jsfile exporting a JavaScript object with the username and password, for example:export default { username: '*******', password: '*******' }. Acredentials.js.exampleis provided.
- 
Run yarn install
- 
Run yarnand navigate to http://localhost:3000