Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 284 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 284 Bytes

Documentation

To run the doc server locally, run the following steps:

  1. yarn install
  2. yarn watch
  3. open http://localhost:4000/ in browser

To make a change to the documentation:

  1. git checkout
  2. make the change
  3. git commit -a
  4. git push
  5. open a PR