1 min read Edit page

Quickstart Guide

Get up and running with a complete documentation site in seconds.

1. Create a Project

bash
diplodocs new my-docs
cd my-docs

2. Start Dev Server

bash
diplodocs dev

Open http://localhost:8080 in your browser. Any edit to docs/ triggers an instant hot-reload.

3. Build for Production

bash
diplodocs build

Your static documentation site is ready in dist/. Deploy it to GitHub Pages, Netlify, Vercel, or S3.