diff --git a/README.md b/README.md new file mode 100644 index 000000000..8349d2ac7 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# How to build the site locally + +```bash +pip install -r docs/requirements.txt +mkdocs serve +``` \ No newline at end of file