Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 693 Bytes

File metadata and controls

26 lines (16 loc) · 693 Bytes

Immutable Infrastructure Documentation

Documentation site for Immutable Infrastructure, built with the Doom framework.

Requirements

  • Node.js
  • Yarn

Quick Start

yarn install    # Install dependencies
yarn dev        # Start development server
yarn build      # Build production files

Note: Restart yarn dev after modifying the sidebar configuration.

Editor

We recommend using Visual Studio Code with the MDX extension.

More

For detailed development conventions and guidelines, see AGENTS.md.