diff --git a/docs/site/README.md b/docs/site/README.md new file mode 100644 index 00000000000..944508f736b --- /dev/null +++ b/docs/site/README.md @@ -0,0 +1,7 @@ +### Run locally + +Exceute the following command in this directory: +```bash +> mdbook serve +``` +Open your browser at http://localhost:3000 to see the result.