Koodo Reader,一个基于 React 和 Electron 开发的 Epub 阅读器
Koodo Reader 是一个开源免费的 Epub 阅读器,支持桌面版和网页版
特色
开源地址:https://github.com/troyeguo/koodo-reader
在线演示:https://reader.960960.xyz/
使用方法
桌面端:前往这里下载最新的安装包 https://koodo.960960.xyz/download
网页版:代码托管在 Netlify https://reader.960960.xyz/
运行源码
请确保您电脑的 node 的版本大于 10.0.0,已配置好 yarn,git 的运行环境。
1、将项目源码下载到本地
git clone https://github.com/troyeguo/koodo-reader.git
2、cd 到项目文件夹,运行以下代码进入客户端模式
yarn
yarn dev
3、运行以下代码进入网页模式
yarn
yarn start
作者:troyeguo