Marketing site and documentation for DevStackBox, built with Next.js and Fumadocs.
Repository: github.com/DevStackBox/DevStackBox-website
Documentation content lives in the DevStackBox app repository and is consumed at build time.
Clone both repositories side by side:
Projects/
├── DevStackBox/
└── devstackbox-website/
cd devstackbox-website
pnpm install
pnpm devSet DEVSTACKBOX_ROOT if your app repo is elsewhere:
DEVSTACKBOX_ROOT=../DevStackBox pnpm dev| Variable | Description |
|---|---|
DEVSTACKBOX_ROOT |
Path to DevStackBox app repo (default: ../DevStackBox) |
GITHUB_REPO |
GitHub repo for releases API (default: DevStackBox/DevStackBox) |
GITHUB_TOKEN |
Optional — higher GitHub API rate limits |
Connect Netlify to this repo (DevStackBox-website), not the app repo.
| Setting | Value |
|---|---|
| Branch | main |
| Base directory | (empty) |
| Build command | (empty — uses netlify.toml) |
| Publish directory | (empty — Next.js plugin) |
Netlify clones DevStackBox during build for docs. See netlify.toml.