/docs

Web content for Cloud Native Buildpacks

Primary LanguageSCSSApache License 2.0Apache-2.0

docs

Website for Cloud Native Buildpacks

Development

Prerequisites
  • jq
    • macOS: brew install jq
    • Windows: choco install jq
  • Make
    • macOS: xcode-select --install
    • Windows: choco install make

Serve

Serve docs at http://localhost:1313

make serve

Build

make build