Frontend for the site hosted at https://stylo.huma-num.fr
You will need Node.js (v16+) and npm on your machine.
Install the dependencies using npm
:
$ npm install
$ npm start
$ npm run build
$ npm exec serve ./build
Or, on prior npm versions: $ npx serve ./build
Server will be available on localhost:5000.