Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 848 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 848 Bytes

yeondoo-pdf

Build Status

How to Start

Build

Clone the repository:

git clone https://github.com/coddingyun/yeondoo-pdf.git --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

First, you need to run YEONDOO-fe

Then, run npm start and open http://localhost:3000/dev/reader.html.

License

yeondoo-pdf is under GNU AFFERO GENERAL PUBLIC LICENSE. See the LICENSE file for more info.