Skip to content

Commit

Permalink
Merge pull request #1149 from domesticmouse/patch-1
Browse files Browse the repository at this point in the history
Adding a clarification
  • Loading branch information
samthor committed Oct 12, 2015
2 parents b5858e9 + 9b58f39 commit 72db7a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ $ npm install

Build with `gulp`. Alternatively, you can rebuild just the scenes with `gulp compile-scenes`, or the CSS with `gulp compass`.

```bash
$ npm install gulp # Only required if you don't have gulp installed.
$ gulp
```

The raw site can now be served from the root directory.

## Release
Expand Down

0 comments on commit 72db7a6

Please sign in to comment.