This repository is the source for the Opulo Documentation site found at docs.opulo.io
-
Install Git if necessary: git-scm.com.
-
Install Mkdocs.
-
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
-
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