aframe-school
Interactive workshop and lessons for learning A-Frame and WebVR. Based around Glitch.
Can either be self-led or be used as part of a hands-on event (e.g., tutorial or workshop). If you are holding an event, you can present the A-Frame Presentation Kit as a primer beforehand.
Grabbing the School
If you're having trouble accessing the School online and need to download the School locally (e.g., the Internet connection at your event is poor):
- Download the School (.ZIP)
- Start a local web server in the same directory as the School (e.g., run
python -m SimpleHTTPServer
in a terminal). Alternatively, run the providedmongoose.exe
on Windows ormongoose.app
on MacOS.
Working on the School
The School is built using reveal.js.
All of the pages of the School are maintained in a single markdown file,
content.md
. Use ------
to separate sections and ---
to separate
subsections.