Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 997 Bytes

development.md

File metadata and controls

24 lines (15 loc) · 997 Bytes

Development Guide

Development Environment

The development environment is a dev container that is configured to run the application in a containerized environment. The container environment will have the runtime dependencies installed and configured.

Dependencies

For the runtime environment, the following dependencies are required:

For the development environment, the following dependencies are required:

These are all contained in the dev container. The makefile is configured to run in the dev container.

Getting Started

Checkout the Infratographer guide on setting up dev containers.