jekyll-cart
# Jekyll Cart Code Repo: https://github.com/bradonomics/jekyll-cart/<br> Demo: http://bradonomics.github.io/jekyll-cart/ Jekyll Cart is a Jekyll based shopping cart built with simpleCart(js). It incorporates work from the following: ### Jekyll Homepage: http://jekyllrb.com/<br> GitHub Repo: https://github.com/jekyll/jekyll ### Jekyll Boilerplate GitHub Repo: https://github.com/bradonomics/jekyll-boilerplate ### simpleCart(js) Homepage: http://simplecartjs.org/<br> GitHub Repo: https://github.com/wojodesign/simplecart-js ### Fur Theme by CloudCannon Homepage: https://turquoise-rook.cloudvent.net/<br> GitHub Repo: https://github.com/CloudCannon/fur-jekyll-template ## Getting Started You can [download the files from GitHub](https://github.com/bradonomics/jekyll-cart/archive/master.zip) (or clone the repo: `git clone https://github.com/bradonomics/jekyll-cart.git`) and have a fully functioning Jekyll site with shopping cart in minutes. ### Develop Jekyll Cart was built with Jekyll v3.4.3, but should support newer versions also. Install the dependencies with [Bundler](http://bundler.io/): ```shell $ bundle install ``` A gulp file and package.json has been included if you'd rather run Browser Sync. If not, you can run Jekyll with it's built-in serve commands ```shell $ jekyll serve ``` Alghouth running `jekyll` commands through Bundler will ensure you're using the right versions: ```shell $ bundle exec jekyll serve ``` ### Editing Jekyll Cart was optimized for CloudCannon but will run without it. If you plan to use the email checkout feature but aren't hosted with CloudCannon, you'll need some form system to do the sending. [Formspree](https://formspree.io/) is a good option. ## License [Jekyll Cart](https://github.com/bradonomics/jekyll-cart/) is released under the [GPL-2.0 License](http://www.gnu.org/licenses/gpl-2.0.html). [Jekyll](http://jekyllrb.com/) is released under the MIT license. [simpleCart(js)](https://github.com/wojodesign/simplecart-js) is released under the MIT license and the [GPL-2.0 License](http://www.gnu.org/licenses/gpl-2.0.html). [Fur by CloudCannon](https://github.com/CloudCannon/fur-jekyll-template) is released under the MIT license. > This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation. > This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. > You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA