DAOs docs.
- cd
docsto go into the project root yarnto install the website's npm dependencies
yarn startto start the hot-reloading development server (powered by Docusaurus)- open
http://localhost:3000to open the site in your favorite browser
git checkout mainfrom any folder in your localdocsrepositorygit pull origin mainto ensure you have the latest main codegit checkout -b the-name-of-my-branch(replacingthe-name-of-my-branchwith a suitable name) to create a branch
git add -A && git commit -m "My Contributing message"(replacingMy Contributing messagewith a commit message, such asFix a typo in) to stage and commit your changesgit push my-fork-name the-name-of-my-branch- Go to the docs repo and you should see recently pushed branches.
- Follow GitHub's instructions.