berserkwarwolf / flow

Browser-based ePub Reader.

Home Page:https://flowoss.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redefine ePub reader

Free. Open source. Browser-based.

Features

  • Grid layout
  • Search in book
  • Image preview
  • Custom typography
  • Highlight and Annotation
  • Theme
  • Share/Download book with link
  • Data export
  • Cloud storage

For planed features, see our roadmap.

Development

Prerequisites

Clone the repo

git clone https://github.com/pacexy/flow

Install the dependencies

pnpm i

Setup the environment variables

Copy and rename all .env.local.examples to .env.local and setup the environment variables.

Run the apps

pnpm dev

Self-hosting

Before self-hosting, you should setup the environment variables.

Docker

You can use docker-compose:

docker compose up -d

Or build the image and run it manually:

docker build -t flow .
docker run -p 3000:3000 --env-file apps/reader/.env.local flow

Contributing

There are many ways in which you can participate in this project, for example:

Credits

About

Browser-based ePub Reader.

https://flowoss.com

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 64.0%Language:MDX 27.0%Language:JavaScript 7.5%Language:CSS 0.8%Language:Dockerfile 0.6%Language:Shell 0.0%