Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HELPING IN MY HACTOBER FEST #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ also been included. It is purely html, js and css (SCSS). No Ruby or other backe
knowledge required.


## Get started
## Getting started

This project has been generated using [yeoman](http://yeoman.io) with [foundation-5 generator](https://github.com/juliancwirko/generator-zf5). It uses SASS for stylesheet

Expand All @@ -23,12 +23,12 @@ If you’d like to add features (or bug fixes) to improve the example applicatio
To keep you forked repo with the upstream repo read through [this for
instructions](http://2buntu.com/articles/1459/keeping-your-forked-repo-synced-with-the-upstream-source/)

## Quickstart
## Quickstart-Guide

When you're working on your project immediately after having it in your
local repo, move to the root of the app.

NB: You should have node and ruby installed in your system
NB: You should have ode and ruby installed in your system

1. Install node modules `node install`
2. The project uses compass so install the compass ruby gem `gem install compass`. This will land you in trouble if its not installed, grunt will keep throwing unexplained error
Expand Down