Commit 1a9f79d4 authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

Add more comprehensive readme

parent 4d3169ae
Loading
Loading
Loading
Loading
+29 −1
Original line number Diff line number Diff line
# Create Kind Cluster
# Operator Platform Automation

This repository contains the automation for deploying the Operator Platform.

## Documentation

Full documentation is available in the `docs/` directory and can be viewed locally.

### Running Documentation Locally

1.  Create and activate the documentation virtual environment:
    ```bash
    python3 -m venv docs/.venv
    source docs/.venv/bin/activate
    ```

2.  Install dependencies:
    ```bash
    pip install -r docs/requirements.txt
    ```

3.  Serve the documentation:
    ```bash
    mkdocs serve
    ```

4.  Open http://127.0.0.1:8000 in your browser.

## Quick Start (Cluster Creation)

Install kind: