Skip to content

DevStackBox/DevStackBox-website

Repository files navigation

DevStackBox Website

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.

Local development

Clone both repositories side by side:

Projects/
├── DevStackBox/
└── devstackbox-website/
cd devstackbox-website
pnpm install
pnpm dev

Set DEVSTACKBOX_ROOT if your app repo is elsewhere:

DEVSTACKBOX_ROOT=../DevStackBox pnpm dev

Environment variables

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

Deploy (Netlify)

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors