# reader **Repository Path**: ifquant/reader ## Basic Information - **Project Name**: reader - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-02 - **Last Updated**: 2024-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.