/magento

https://community.algolia.com/magento/

Primary LanguageHTML

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