git clone --recursive https://github.com/rustdesk/doc.rustdesk.com.git- Change to the folder:
cd docs.rustdesk.com- Start Hugo Server
hugo serverIf you found any bugs, stop the server and delete public folder and run again.
You could make changes and than push and create PR.
Sync your fork at GitHub UI or create new branch that points to upstream.
Make sure you've checkout to right branch, and run:
git pull --recurse-submodulesIf you're cloned from here, just run the command.