Skip to content

secrethandshake/secrethandshake.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secret Handshake

forthebadge

Getting Started

Make sure you have Node.js installed.

Clone the repo using git clone or by clicking the Download ZIP button to the right.

git clone https://github.com/secrethandshake/secrethandshake.github.com.git

Navigate to the directory to where it was cloned.

cd secrethandshake

Install all dependencies using npm:

npm install

Run the default Gulp task to get started:

node_modules/.bin/gulp

BrowserSync will automagically inject any changes you make to the stylesheets. You can view the website at one of the given access URLs:

[BS] Access URLs:
 ----------------------------------
       Local: http://localhost:3000
    External: http://10.0.X.XX:3000
 ----------------------------------

Credits