An open API service indexing awesome lists of open source software.

https://github.com/aframevr/aframe-school

🎒 Interactive workshop and lessons for learning A-Frame and WebVR.
https://github.com/aframevr/aframe-school

aframe webvr

Last synced: about 1 year ago
JSON representation

🎒 Interactive workshop and lessons for learning A-Frame and WebVR.

Awesome Lists containing this project

README

          

# aframe-school

Interactive workshop and lessons for learning [A-Frame](https://aframe.io) and
WebVR. Based around [Glitch](https://glitch.com).

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](https://github.com/aframevr/aframe-presentation-kit) as a
primer beforehand.

[GO TO SCHOOL](https://aframe.io/aframe-school/)
- [Español](https://mozillaperu.github.io/aframe-school/#/)
- [中文](https://bobchao.github.io/aframe-school-zhTW/#/)

![](https://cloud.githubusercontent.com/assets/674727/24431825/1a2c83de-13d3-11e7-9739-dd5004891684.png)

## 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):

1. [Download the School (.ZIP)](http://github.com/aframevr/aframe-school/zipball/master)
2. Start a local web server in the same directory as the School (e.g., run
`python -m SimpleHTTPServer` in a terminal). Alternatively, run the provided
`mongoose.exe` on Windows or `mongoose.app` on MacOS.

## Working on the School

The School is built using [reveal.js](https://github.com/hakimel/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.