Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bmediax/flow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redefine ePub reader

Free. Open source. Browser-based.

Features

  • Grid layout
  • Search in book
  • Image preview
  • Custom typography
  • Highlight and Annotation
  • Theme
  • Data export
  • Cloud storage (Dropbox)

Development

Prerequisites

Clone the repo

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

Install dependencies

pnpm install

Setup environment variables

Copy .env.local.example to .env.local and configure the required variables.

Run the dev server

pnpm dev

The app will be available at http://localhost:7127.

Other commands

pnpm build    # Production build
pnpm lint     # Run ESLint
pnpm start    # Start production server

Self-hosting

Docker

Using docker-compose:

docker compose up -d

Or build and run manually:

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

Contributing

Credits

About

Browser-based ePub reader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.8%
  • TypeScript 29.0%
  • HTML 11.6%
  • CSS 1.5%
  • Dockerfile 0.1%