Skip to content

jankap/web-library

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.9%
  • SCSS 16.4%
  • CSS 12.3%
  • HTML 10.2%
  • PHP 0.2%