4) Wait for all downloads to finish and start the mkdocs server
```bash
mkdocs serve
```
2. Checkout the desired branch (don't forget to select one or make one!):
5) Document (and commit)! 😊
```bash
git checkout develop #[or another branch]
```
Before committing, you should make sure that the local mkdcocs server's terminal is not producing any INFO/WARNING message regarding your contributions.
3. Document (and commit)! 😊
> The documentation website supports branches, so your changes will be reflected in the corresponding branch.
> The documentation website supports branches, so your accepted changes will be reflected to the develop branch which becomes the Release branch after each corresponding cycle.