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
- Host: GitHub
- URL: https://github.com/zotero/reader
- Owner: zotero
- License: other
- Created: 2019-05-24T07:32:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T10:58:00.000Z (over 1 year ago)
- Last Synced: 2024-10-29T12:48:08.259Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.21 MB
- Stars: 126
- Watchers: 14
- Forks: 29
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.