# Laradock Documentation You can read the documentation here [laradock.github.io/documentation](https://laradock.github.io/documentation/). Or visit the Laradock [Repository](https://github.com/laradock/laradock). ## How to contribute? The Laradock documentation is built using [Jekyll](https://jekyllrb.com) and the theme [Jekyll Doc Theme 6.0](https://github.com/tomjohnson1492/documentation-theme-jekyll). And it's hosted on Github [Pages](https://pages.github.com). For details on where to write your docs and how to modify the theme, please check the theme [documentation](http://idratherbewriting.com/documentation-theme-jekyll/index.html). #### Run it locally on your machine: 1. Clone this repository. 2. Serve the files with `jekyll serve --watch`. 3. Visit the server address from your browser. More details in the [Jekyll Doc Theme 6.0 Documentation](http://idratherbewriting.com/documentation-theme-jekyll/mydoc_install_jekyll_on_mac.html).