Getting Started
Follow these steps to bring your Opsflow workspace online:
- Clone the repo:
git clone https://github.com/opsflow/opsflw-docs.git
cd opsflw-docs
- Install dependencies inside a virtual environment:
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
- Serve docs locally while editing:
mkdocs serve
When the server is running, browse to http://127.0.0.1:8000 to preview your
changes.