forked from aframevr/aframe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add git clone commands to README (fixes aframevr#6)
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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)__! |