Skip to content

it-is-wednesday/webpage-to-readable-ebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-ebook

Prerequisites

Leiningen for project management: https://github.com/technomancy/leiningen

These programs need to be available on PATH with these exact names on runtime:

Development

To start a hot-reloading web server for the application, run:

lein ring server-headless

Deployment

Deploying a jar is probably the most straightforward:

lein ring uberjar

A containerized solution is also an option, however keep in mind all of this project's dependencies are quite huge, and the container yielded is around 2GB

Credits

Readability4J is doing all the heavy lifting here. Go star it