To check out the stable and master builds, see the dist/ folder. npm npm install --save aframe # Or yarn add aframe require('aframe') // e.g., with Browserify or Webpack. Local Development git clone https://github.com/aframevr/aframe.git # Clone the repository. cd aframe && ...