Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 413 Bytes

citeproc-node

install

git clone --recursive git://github.com/fcheslack/citeproc-node.git

npm rebuild

(rebuild step probably isn't necessary, but won't hurt)

usage

(from top level directory)

start citation server

node ./lib/citeServer.js

Run a test with all independent styles in the csl directory:

node ./test/benchServer.js --duration=3000 --maxtotalrequests=1000 --testAllStyles=true