1. Create github account
2. Install git
3. Generate ssh key - https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
5. Add ssh key to github - https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account
6. Install node and npm
7. Clone bee-docs repo locally
8. Switch to "Staging" branch
9. Install dependencies for bee-docs
10. Run the bee-docs project in dev mode
11. Make changes to
12. Commit changes
13. Push changes to staging branch
14. Make a pull request from the staging branch into the master branch
15. Notify Noah to review changes and merge PR