PrestaConcept open source bundle documentation. prestaconcept.github.io
This is a list of all PrestaConcept open source projects and there documentation.
If you find an issue bundle, please use the corresponding Github repository to open an issue.
If you need help you can post a message on our google group
This code is using Jekyll as this is a ruby project, make sure you have Ruby and RubyGems installed. If not, launch this command :
sudo apt-get install ruby-full libyaml-ruby libzlib-ruby rubygems
Next, follow the installation guide to install Jekyll or just launch the following command :
sudo gem install jekyll
We provide a Makefile for common operation.
So just run "make build" to launch the server. HTML pages will be regenerate automatically when you make changes to Markdown source files. And then open localhost:4000 in your browser.
If you need to modify the less files, you will need to install node-less and yui-compressor
sudo apt-get install node-less yui-compressor
And here is the command to rebuild styles.css :
make ai
Pull requests are welcome.
Thanks to everyone who has contributed already.
This project is supported by PrestaConcept
Lead Developer : @nicolas-bastien
Released under the MIT License