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.
- Host: GitHub
- URL: https://github.com/aframevr/aframe-school
- Owner: aframevr
- License: mit
- Created: 2017-03-16T16:05:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T01:29:23.000Z (over 1 year ago)
- Last Synced: 2025-03-31T12:39:07.701Z (about 1 year ago)
- Topics: aframe, webvr
- Language: CSS
- Homepage: https://aframe.io/school/
- Size: 21.1 MB
- Stars: 109
- Watchers: 12
- Forks: 33
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/#/)

## 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.