Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 900 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 900 Bytes

Faselty Landing Page

Installation

Gulp is used as a task manager for some tasks like Sass and Haml.

Make sure that node.js and npm are installed.

Install Node packages

npm install
Build

This will build all the files to the /build directory, this directory contains the final files to be pushed to the server.

gulp build
Development mode

This will start the development mode and initialize a localhost:3000 server to preview and watch file changes as you code, but make sure you run gulp build first.

gulp serve

Icons

Icons generated from fontello and could be used as:

%i{class: "icon-facebook"}
%i{class: "icon-twitter"}
%i{class: "icon-pinterest"}