A tool for browsing statistical classifications, developed for the Implementing ModernStats Standards project
-
Install node.js and a Git client
-
Clone the projet
-
Under
src/js
create a file credentials.js containing a Javascript object with username and password, example:export default { username: '*******', password: '*******' }
. Acredentials.js.example
is provided. -
Run
npm install
-
Run
npm run dev
(for develop or debug phases) ornpm run build
(for production). -
Open a browser and navigate to http://localhost:8080/