Install development dependencies and prepare local state.

Section: Project bootstrap and help

Bootstrap target

makefile
makefile
.PHONY: bootstrap
bootstrap: ## Install local dependencies
	pnpm install
	pre-commit install
Explanation

Adapt to your stack.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Project bootstrap and help
Help target
List available targets and descriptions.
OpenIn sheetmakefilesame section
All target
Aggregate common build steps.
OpenIn sheetmakefilesame section
Node.js targets
Lint, test, and build JavaScript or TypeScript projects.
OpenIn sheetmakefile
Docker build target
Build a container image with a version tag.
OpenIn sheetmakefile
Generate version file
Write current version metadata into an artifact.
OpenIn sheetmakefile
Python targets
Format, lint, and test a Python project.
OpenIn sheetmakefile