Add local build documentation

This commit is contained in:
Sumesh Premraj
2020-11-24 11:51:32 +05:30
parent a5fc21a8cb
commit 8652d053d6

View File

@@ -3,3 +3,12 @@ We realise that the initial content we created is just a starting point and our
As a contributor, you represent that the content you submit is not plagiarised. By submitting the content, you (and, if applicable, your employer) are licensing the submitted content to LinkedIn and the open source community subject to the BSD 2-Clause license.
We suggest to open an issue first and seek advice for your changes before submitting a pull request.
### Building and testing locally
Run the following commands to build and view the site locally before opening a PR.
```
pip install -r requirements.txt
mkdocs build
mkdocs serve
```