repo: janusweb action: commit revision: path_from: revision_from: bfd670705becd444c3fc894a06b8f01adfa8bf11: path_to: revision_to:
commit bfd670705becd444c3fc894a06b8f01adfa8bf11 Author: James BaicoianuDate: Fri Jan 13 17:01:02 2017 -0800 Added installation instructions diff --git a/README b/README
--- a/README +++ b/README @@ -12,3 +12,20 @@ Features - Gamepad support via the HTML5 Gamepad API - Rendering functionality provided by Three.js / WebGL - Oculus Rift, Vive, and Cardboard support via WebVR API + +Installing +========== +To build JanusWeb, run the following commands: + +```bash +$ git clone https://github.com/jbaicoianu/janusweb +$ cd janusweb +$ npm install +$ npm run build +``` + +This will give you a full build of the latest verson of JanusWeb in your `build/` +directory. This directory can be hosted anywhere you would normally host static +HTML, and you can place your default `````` within this file. + +See [JanusVR Markup Documentation](http://janusvr.com/guide/markuplanguage/index.html) for a full reference of supported markup.
-----END OF PAGE-----