Bibliograph is a tool and a method to visualize scientometric landscapes.
Setting yourself up for development is as easy as cloning this repo and running npm i
:
git clone https://github.com/nbonfils/bibliograph2.git
cd bibliograph2
npm i
npm run dev
npm run build
Then you can deploy the files inside the dist/
directory wherever you want to host it.