/docs

docs

Primary LanguageJavaScript

NnsDAO Protocol docs

DAOs docs.

Installation

  1. cd docs to go into the project root
  2. yarn to install the website's npm dependencies

Running Local Development

  1. yarn start to start the hot-reloading development server (powered by Docusaurus)
  2. open http://localhost:3000 to open the site in your favorite browser

Contributing

  1. git checkout main from any folder in your local docs repository
  2. git pull origin main to ensure you have the latest main code
  3. git checkout -b the-name-of-my-branch (replacing the-name-of-my-branch with a suitable name) to create a branch

Push it

  1. git add -A && git commit -m "My Contributing message" (replacing My Contributing message with a commit message, such as Fix a typo in ) to stage and commit your changes
  2. git push my-fork-name the-name-of-my-branch
  3. Go to the docs repo and you should see recently pushed branches.
  4. Follow GitHub's instructions.