Skip to content

A resource for learning A-Frame - a framework developed by Mozilla for creating VR experiences for the web.

Notifications You must be signed in to change notification settings

arosamiran/playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Docs from the A-Frame website - docs version 0.7.0
  • Please checkout the wiki for this year's roadmap

#Run with a local server The docs are designed for offline viewing and A-Frame requires it to be served locally. You may try the options below:

##nmp

  • Open node command prompt
  • Install http-server by running the command

npm install -g http-server

  • Then browse to the directory by running cd [PATH]/playground
  • Run http-server
  • Open your browser and go to the path given by http-server

##XAMPP

  • Move playground to htdocs folder
  • Run XAMPP Control Panel
  • Open your browser and browse localhost:PORT port is optional

##IIS

  • Add playground to your Sites
  • Open browser and browse to localhost

About

A resource for learning A-Frame - a framework developed by Mozilla for creating VR experiences for the web.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.4%
  • CSS 2.3%
  • HTML 0.3%