my-client

my-client

My Clients' jekyll template

NogorAds client landing page template

This is a template for a nogorads clients' landing page

Requirements

You'll need to have the following items installed before continuing.

  • Node.js: Use the installer provided on the NodeJS website.
  • Ruby: Download Ruby for your OS
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower
  • Jekyll: Run [sudo] gem install jekyll

Quickstart

git clone [email protected]:nogrweb-git/nogorads-client.git
npm install
bower install
grunt build

While you're working on your project, run:

grunt

And you're set!

Edit .travis.yml before final deployment

Directory Structure

  • scss/_settings.scss: Foundation configuration settings go in here
  • scss/style.scss: Application styles go here
  • src/app.js: Application Javascript go here