How to run docs website locally?

How can I run/preview the discord.js docs website locally?

CONTRIBUTING.md
talks mostly about how to build/test the library itself, and I can run
pnpm run docs
to generate
docs.json
, but can I locally run the docs website to see the changes in the browser?
Was this page helpful?