Template for building an online book using docsify.
Clone it with degit:
npx degit kelimuttu/docsify-book-skeleton yourbook
To run the project, go to the parent directory and run the following command:
docsify serve yourbook
Read docsify documentation to learn more about how to configure.