Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 426 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 426 Bytes

Myfirebase docs.

Would you like to contibute to Myfirebase docs? that's awesome..

Steps

  • Intall mkdocs.

$ pip install mkdocs

  • Clone the docs repo.

$ git clone https://github.com/myfirebase/docs

  • Go to docs directory.

$ cd docs

  • Clone mkdocs-material

$ git clone https://github.com/squidfunk/mkdocs-material

  • Run dev server.

$ mkdocs serve

Feel free to submit any issue or pull request.