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).
- Node.js 20+
- npm, pnpm, or yarn
The project enforces Node 20+ via package.json engines and includes an .nvmrc for nvm/fnm.
# Install dependencies
npm install
# Run the development server
npm run devOpen http://localhost:3000. The landing page and docs will hot-reload as you edit.
| 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) |
- SecureBuild — github.com/securebuildhq/securebuild
Contributions to the docs are welcome. Open an issue or PR in the main SecureBuild repo.