An open API service indexing awesome lists of open source software.

https://github.com/zotero/reader

PDF/EPUB/HTML reader for Zotero
https://github.com/zotero/reader

Last synced: about 1 year ago
JSON representation

PDF/EPUB/HTML reader for Zotero

Awesome Lists containing this project

README

          

# Zotero PDF/EPUB/HTML reader and annotator

## Build

Clone the repository:

```
git clone https://github.com/zotero/reader --recursive
```

With Node 18+, run the following:

```
NODE_OPTIONS=--openssl-legacy-provider npm i
NODE_OPTIONS=--openssl-legacy-provider npm run build
```

This will produce `dev`, `web` and `zotero` builds in the `build/` directory.

## Development

Run `npm start` and open http://localhost:3000/dev/reader.html.