- Clone this repo and run installation script:
git clone https://github.com/cloudscripting/docs.git
cd docs
sudo ./install.sh
- To run the docs, issue the following command:
mkdocs serve
MkDocs incrementally rebuilds the site each time a file changes.
You can keep your browser open to http://localhost:8000/ and refresh to see the changes.
Use CTRL+C to stop the server and get the command prompt back.