Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

agile-france/site-2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

These are the sources for Agile France 2015 website, built with Gulp.

Getting started

  • Install (if you don't have them):
    • Node.js: brew install node on OS X
    • Gulp: npm install -g gulp
    • Gulp plugins: npm install
  • Build:
    • gulp build — build output files into public directory
    • gulp build-fast — build output files into public directory, but consider images are already there