If you have ever tried to spin up a Docusaurus site, you know the routine: scaffold the project, install dependencies, write a config, pick a theme, get the navbar right, and only then can you start writing the actual docs.
Dinghy collapses all of that setup into a single command.
Minimal setup
mkdir -p src/pages
echo "# Welcome" > src/pages/INDEX.mdx






