/devdocs

Magento Developer Documentation

Primary LanguageHTML

Magento Developer Documentation

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.

Build this site using Jekyll

To preview your work before submitting it to us, you can view the site locally using Jekyll{:target="_blank"}.

Mac OS X prerequisites

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

Build this site {#build}

To build this site using Jekyll:

# Install dependencies
$ bundle install

# Visit http://localhost:4000 in your favorite browser!
$ bin/jekyll serve

Questions

If you have questions, open an issue and ask us. We're looking forward to hearing from you!