Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 513 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 513 Bytes

Bibliograph 2

Bibliograph is a tool and a method to visualize scientometric landscapes.

Developement

Setup

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

Running a local dev server (with live reload)

npm run dev

Build a release

npm run build

Then you can deploy the files inside the dist/ directory wherever you want to host it.