Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sueastside/damn
Browse files Browse the repository at this point in the history
  • Loading branch information
sueastside committed Jan 29, 2014
2 parents 897f138 + 2cc5afd commit 72ec41f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,27 @@ Installation
```
Install yeoman
```
$ npm install -g yeoman
$ sudo npm install -g yeoman
```
Install ruby-compass
Install grunt
```
$ sudo apt-get install ruby-compass
$ sudo npm install -g grunt-cli
```
Install compass
```
$ sudo gem install compass --version "=0.12.2"
```
Get the DAMN code
```
$ mkdir damn
$ cd damn
$ git clone git@github.com:sueastside/damn.git .
```
Install dependencies
```
npm install
```
Start development server
```
$ grunt server
```
$ grunt serve
```

0 comments on commit 72ec41f

Please sign in to comment.