Plantilla MkDocs
Building locally
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project
- [Install][] MkDocs
- Preview your project:
mkdocs serve
, your site can be accessed underlocalhost:8000
- Add content
- Generate the website:
mkdocs build
(optional)
Read more at MkDocs [documentation][].