Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 490 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 490 Bytes

Staging the docs on local machine

  1. Clone this repo and run installation script:
git clone https://github.com/cloudscripting/docs.git
cd docs
sudo ./install.sh
  1. 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.