This is essentially a fancy Markdown viewer. It reads each Markdown file in the content/
directory in the format page number-page name.md
; for example 01-welcome.md
. Then, it orders them into pages based on the page number, so it's in the style of an ebook.
This uses pnpm as the package manager.
Install packages:
pnpm i
Then run the development server:
pnpm dev