Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

ghost-docs

Documentation site for the Ghost project.

ghost-docs is the deployed docs for everything in this monorepo: the ghost CLI, the fingerprint package format, the generation loop, and the live ghost-ui component catalogue. A Vite + MDX app that consumes ghost-ui as a workspace dependency.

Run

just dev
# or
pnpm --filter ghost-docs dev

Build:

pnpm --filter ghost-docs build

Not published; deployed as a static site.