#friendsofcake.com
This repository holds the source code to the friendsofcake.com website, a Jekyll-powered site hosted for free on GitHub Pages.
This project is setup to use Bundler, Jekyll, and Bower.
After cloning this repository, run:
bundle install
to download dependencies required to build.bower install
to download front-end packages into the./components
directory. (This is not necessary for themaster
branch.)jekyll serve
to run locally orjekyll build
to generate into./site
directory.