# Moonbeam Docs Repo
How to install and edit the Moonbeam repo & reference docs
## Get Moonbeam Docs from GitHUB
Clone https://github.com/PureStake/moonbeam-docs.git

with the command:
`git clone https://github.com/PureStake/moonbeam-docs.git`
or simply download the zip file

Open the project in VSCode (or other IDE) https://code.visualstudio.com

and start editing the Markdown files (.md) :) .
## Running local web with mkDoc
To run it locally install mkdocs:
```
pip install --upgrade pip
```

`pip install mkdocs`
Check the installed version
```
python -m mkdocs --version
```
open the brower on the serving url.
```
python -m mkdocs serve
```

Finally, in order to build or publish them on github, it is suggested to follow the following reference instructions:
https://www.mkdocs.org