Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 382 Bytes

Readme.md

File metadata and controls

10 lines (5 loc) · 382 Bytes

This tool is designed to operate with large texts, dividing it in 'pages' and storing the positions in localStorage. The texts can be from Project Gutenberg in their raw form, so eventually I could download them directly from there, or one of the mirrors.

Build and run server:
elm-live Typelm.elm --output=elm.js

(Needed because The texts are requested locally with HTTP)