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
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
scss/_settings.scss
: Foundation configuration settings go in herescss/app.scss
: Application styles go here