Skip to content

securebuildhq/securebuild-docs

Repository files navigation

SecureBuild Docs

Documentation site for SecureBuild—open-source container security for the modern software supply chain. Built with Next.js and deployed for docs.securebuild.dev (or your configured host).

Prerequisites

  • Node.js 20+
  • npm, pnpm, or yarn

The project enforces Node 20+ via package.json engines and includes an .nvmrc for nvm/fnm.

Getting started

# Install dependencies
npm install

# Run the development server
npm run dev

Open http://localhost:3000. The landing page and docs will hot-reload as you edit.

Scripts

Command Description
npm run dev Start Next.js dev server (port 3000)
npm run build Production build
npm run start Run production server (after build)

Links

Contributing

Contributions to the docs are welcome. Open an issue or PR in the main SecureBuild repo.

Releases

No releases published

Packages

 
 
 

Contributors