Quickstart
Get your documentation site up and running in under 5 minutes.
Step 1: Install the CLI
npm install -g @docs/cliStep 2: Initialize your project
bash
docs init my-docs
cd my-docsStep 3: Start the development server
bash
docs devYour documentation site is now running at http://localhost:3000.