go to http://botmasterai.com to read the documentation.
git clone [email protected]:botmasterai/botmasterai.github.io.git
cd botmasterai.github.io
yarn // or npm install
yarn watch // or npm run watch
If you now go to http://localhost:4000 you will see your version of the docs running. Whenever you update the ./docs folder, your documentation will be updated. When happy with the changes, CTRL-C out of it and then:
yarn build // or npm run build
This will make sure the botmaster favicon is being used as well as build the whole project for you if you skipped step 4.
git add --all
git commit -m "Your commit message"
As the title says, you can then push to your fork and submit the Pull Request.