Use the docus CLI to create a new Docus project in the docs/ directory:
npx docus init docs
We recommend using the npm package manager.
Move to the docs/ directory and start your docs server in development mode:
npm run dev
A local preview of your documentation will be available at http://localhost:4000
Head over the Edition section to learn how to write your documentation.