Skip to content

song-what/Foodperience

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

SWR Codefest 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published