This repository is the source for the Opulo Documentation site found at docs.opulo.io
Install Git if necessary: git-scm.com.
Open Terminal, Command Prompt, or Powershell.
Pick a location to store the docs, and use cd to navigate there.
Clone this repository:
git clone https://github.com/opulo-inc/docs.git
Install Mkdocs and our plugins
pip install -r requirements.txt
Open the code in your favorite code editor. We like Visual Studio Code.
In the project directory, you can run:
mkdocs serve
This runs the site in the development mode. Open http://localhost:8000 to view it in your browser.
The page will reload when you make changes.
Press CTRL+C
to exit