mirror of https://github.com/buildpacks/docs.git
439 B
439 B
Development
Prerequisites
- jq
- macOS:
brew install jq - Windows:
choco install jq - Ubuntu:
sudo apt install jq
- macOS:
- Make
- macOS:
xcode-select --install - Windows:
choco install make - Ubuntu:
sudo apt install make
- macOS:
Serve
Serve docs at http://localhost:1313
make serve
Build
make build
Clean
make clean