Skip to content
forked from amyjko/bookish

A simple framework for publishing online books.

License

Notifications You must be signed in to change notification settings

tlatoza/bookish

 
 

Repository files navigation

Bookish

Bookish is a simple framework and platforem for publishing online books. I originally created it to make it easier to maintain the many online books on my website (amyjko.com), while adding more sophisticated features to support reading. I'm slowly evolving it to be a simple free online service for authoring and reading online books.

Project Status

This is very much an alpha that I use for my own book publishing. I have aspirations to make it usable for others in the future. Expect slow progress while I sneak in programming time on evenings and weekends. You can see where I'm headed by reading the issues and Backend project, which are somewhat organized.

Viewing Books Locally

To build assets and view a book on a local server, you can use the following command (after install dependencies with npm):

$ npm run book -- path/to/book

For example, the following command will open a new browser tab with an example tutorial book:

$ npm run book -- examples/tutorial

About

A simple framework for publishing online books.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.9%
  • CSS 12.1%
  • Other 1.0%