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
- Clone git repository into target web directory (
git clone https://github.com/zotero/web-library.git
) - run
npm install
to install dev dependencies - Try out the full library example by running
npm start
- 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
.