/Foodperience

SWR Codefest 2016

Primary LanguageHTML

SWR >> Codefest 2016 Foodperience

User erstellen in einer Challenge aus vorgegebenen Zutaten kreative Rezepte und geben dabei anderen Inspiration.

Jekyll & Bootstrap

Requirements

  • Ruby (including headers)
  • Jekyll

Setup

# http://jekyllrb.com/docs/quickstart/
$ bundle install
$ jekyll serve

Open http://localhost:4000.

Build

To build the site with scripts/stylesheets concatenated and compressed.

$ rake build
$ cd _dist
$ ruby -run -e httpd . -p5000

Or (in one line)

$ rake; cd _dist; ruby -run -e httpd . -p5000; cd ..

Open http://localhost:5000 to verify.