Skip to content

Local Development Environment

Local Build and Execution

Summary

An application or service can be built and run locally without depending on a shared environment.

Standards

  1. An application or service MUST be buildable and runnable from a developer's machine without depending on a shared development or test environment.
  2. The local build and startup path SHOULD complete quickly enough to support an uninterrupted development workflow.

Implements These Principles