Getting Started
From your Markdown files to a deployed website in few minutes.
Play online
You can start playing with Docus in your browser using Stackblitz:
Play on StackBlitzCreate a new project
- Start a fresh Docus project with:
npx
npx nuxi@latest init docs -t themes/docus
- Install the dependencies in the
docs
folder:
npm
npm install
- Run the
dev
command to start Docus in development mode:
npm
npm run dev
✨ Well done! A browser window should automatically open for http://localhost:3000
Table of Contents