Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 660 Bytes

Requirements

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

  • Node.js: Use the installer provided on the NodeJS website.
  • Grunt: Run [sudo] npm install -g grunt-cli
  • Bower: Run [sudo] npm install -g bower

Quickstart

git clone https://github.com/apcorg/first-aid-jk.git
npm install && bower install

While you're working on your project, run:

grunt

Open another terminal and run: jekyll serve

Directory Structure

  • scss/_settings.scss: Foundation configuration settings go in here
  • scss/app.scss: Application styles go here