/web-library

Primary LanguageJavaScriptOtherNOASSERTION

Web Library

This is zotero.org's Web Library capable of being installed/run on other websites.

Web Library is a single-page application implemented in Javascript. It uses Zotero API via CORS requests and requires keys configured in order to access private libraries.

Installation

  1. Clone git repository into target web directory (git clone https://github.com/zotero/web-library.git)
  2. run npm install to install dev dependencies
  3. Try out the full library example by running npm start
  4. Point browser at http://localhost:8001/ to see the demo

To build changes (including compiling bootstrap less style) run npm build. For a development build with automatic incremental build on change, use npm start.