Getting Started

Follow these steps to bring your Opsflow workspace online:

  1. Clone the repo:
git clone https://github.com/opsflow/opsflw-docs.git
cd opsflw-docs
  1. Install dependencies inside a virtual environment:
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
  1. Serve docs locally while editing:
mkdocs serve

When the server is running, browse to http://127.0.0.1:8000 to preview your changes.