Docs Starter is a Static Site Generator (SSG) designed for building fast, content-centric websites. In a nutshell, Docs Starter takes your source content written in Markdown, applies a theme to it, and generates static HTML pages that can be easily deployed anywhere.
To install dependencies:
bun install
To run development mode:
bun docs:dev