Welcome! This site contains the latest Magento developer documentation for ongoing Magento 2.0 releases.
To contribute, please fork the 2.0 branch and submit any PRs to this same branch as well.
To preview your work before submitting it to us, you can view the site locally using Jekyll{:target="_blank"}.
El Capitan and later versions of Mac OS X require additional steps prior to installation due to security improvements.
Change to the devdocs
root directory and enter the following commands to install and run Jekyll:
# Install Bundler into /usr/local/bin directory instead of protected /usr/bin
$ sudo gem install bundler -n /usr/local/bin
To build this site using Jekyll:
# Install dependencies
$ bundle install
# Visit http://localhost:4000 in your favorite browser!
$ bin/jekyll serve
If you have questions, open an issue and ask us. We're looking forward to hearing from you!