This repository contains an example setup of using Typedoc with the typedoc-vitepress-theme.
Please note this is just an example directory structure. You would most likely want to organise your VitePress project into a separate website directory on a real project.
You can view the published build on the demo website.
To run the example locally:
git clone https://github.com/typedoc2md/typedoc-vitepress-theme-example.git
cd typedoc-vitepress-theme-example
git submodule update --init --recursive
npm install
To run all examples:
npm run docs:dev