create-docstra-app
v1.2.1
Published
A modern CLI for instantly creating Next.js project with Docstra.
Maintainers
Readme
Docstra App
A documentation site built with Next.js, MDX and Docstra — generated using create-docstra-app.
Project Creation
1. Create a new Docstra project
npx create-docstra-appChoose:
- Project name
2. Navigate into the project
cd your-project-name3. Install dependencies
npm installDocstra automatically installs all dependencies.
4. Start development server
npm run devYour documentation site will run at:
Documentation & Guide
Visit the official website for full guides, examples and API references:
