:airplane: FlyBook is a simple utility to generate static website such as gh-pages, manual of you projects
Flybook is a simple utility that allows users to generate static websites. Inspired by funbook and next.js export functionality, Flybook was rewritten using React and React DOM Server. Its goal is to provide a simple way to generate static websites for writing project manuals.
To use Flybook, follow the steps below:
npm install -g flybook
Ensure that you have a project set up with NPM.
Turn on the auto build mode by running the command:
npm run release
npm run docs
Flybook is a utility that simplifies the process of generating static websites for writing project manuals. It offers features such as custom styling, support for light and dark themes, and responsiveness. To use Flybook, simply install it globally with NPM, set up an NPM project, and enable the auto build mode to see your code changes automatically reflected in the generated website.