StackForge
npm

Contributing

Maintainer notes for the CLI and landing site. Product users should start with documentation.

Develop the CLI (StackForge repository)

The create-stackforge-app and stackforge binaries live in the repository root—not in generated apps.

pnpm install
pnpm run build
node ./bin/create-stackforge-app.js
pnpm run smoke:sqlite
pnpm run smoke:docker
  • Templates under templates/ drive generated output
  • Smoke scripts in scripts/ validate fresh scaffolds and Docker

Landing site (this website)

Marketing site source lives in the landing/ directory of the StackForge repo.

cd landing
pnpm install
pnpm dev
pnpm run lint
pnpm run build
  • Home: product overview, CLI demo, npm downloads
  • /docs: user documentation
  • /contributing: this page (maintainers)
  • StackForge Assistant: local knowledge base, no external API

Tap to open the StackForge chatbot