Build microfiction, chapbooks, miniature bindings, and tiny print experiments.
https://lewismoten.github.io/Tiny-Pockets-Press/#editor
- JavaScript 85.1%
- CSS 8.9%
- HTML 6%
| assets | ||
| controls | ||
| css | ||
| data | ||
| js | ||
| scripts | ||
| .gitignore | ||
| index.html | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| server.js | ||
Tiny Pockets Press v6.1
This is a syntax-corrected build of v6.
Run locally
Start a localhost server with:
npm run localhost
By default the app will be available at http://127.0.0.1:3000.
Fixes in v6.1
- Rebuilt JavaScript modules to avoid invalid escaped strings and broken regex literals.
- Added
node --checkvalidation during packaging. - Keeps JavaScript modular:
config.jsstate.jsmarkdown-media.jslayout-engine.jsrender-page.jsimposition.jslibrary.jseditor.jsexport.jsapp.js
- Keeps the uploaded sample book in
data/sample-book.json. - Maintains separate interior and cover print/PDF views.