Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.03 KB

About CloneIT

CloneIT is a project developed during the CAS-FEE course 2014 at HSR (Hochschule für Technik Rapperswil). The goal was to rebuild a Reddit.com clone featuring a lot of core functionalities like posting a new link, up- and downvoting, commenting etc.

Special Features

  • Fully flexible and responsive layout featuring isotope's masonry layout.
  • Foundation's blockgrid delivering flexible full-width filterbar .
  • Theme chooser implemented using the alternate stylesheets technique.
  • Handler for "Enter"-key to add posts and comments.
  • Use of an iconfont to display the various icons.

Installation

  • Clone the repository to your desktop
  • Make sure node.js is installed (if not: download it here http://nodejs.org/)
  • Install bower globally with:
npm install -g bower
  • Install gulp via npm:
npm install gulp
  • Install npm:
npm install 
  • Make a bower install:
bower install 
  • Start your webserver und SCSS-compiler with
gulp watch 

###Enjoy!