Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 476 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 476 Bytes

Magento Community Website

This is the source code of the https://community.algolia.com/magento/ website. It's based on Jekyll.

Development

To run the website locally, you can do:

$ bundle install
$ npm install
$ bundle exec guard
$ open http://localhost:4000/magento/

Deployment

We use gh-pages to host the built version of this website. To release it, use the following script:

$ make release