Skip to content

Commit

Permalink
add git clone commands to README (fixes aframevr#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Sep 17, 2015
1 parent eebebd4 commit ec3c7fe
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ VR components bundled with a copy of vr-markup.

If you want to get hacking immediately, just fire up [__this Codepen example scene__](http://codepen.io/mozvr/pen/zvqGqO?editors=100)!



### Downloads

If you would like to embed this library in your project, simply include this single file:
Expand All @@ -32,3 +30,15 @@ First install from npm:
And in your Browserify/Webpack modules, simply require the module:

require('vr-components')


## Local Development

If you'd like to hack on components and/or examples, simply run these commands to get started:

git clone [email protected]:MozVR/horizon.git
cd horizon
npm install
npm start

And fire up __[http://localhost:9000](http://localhost:9000)__!

0 comments on commit ec3c7fe

Please sign in to comment.