https://github.com/immersive-web/webvrrocks
Your guide to Virtual Reality in the browser.
https://github.com/immersive-web/webvrrocks
browser virtual-reality vr webvr webvr-rocks webvrrocks webxr xr
Last synced: 13 days ago
JSON representation
Your guide to Virtual Reality in the browser.
- Host: GitHub
- URL: https://github.com/immersive-web/webvrrocks
- Owner: immersive-web
- License: cc0-1.0
- Created: 2016-11-04T12:46:10.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-03-15T11:00:28.000Z (about 2 years ago)
- Last Synced: 2025-03-31T10:22:34.516Z (about 2 months ago)
- Topics: browser, virtual-reality, vr, webvr, webvr-rocks, webvrrocks, webxr, xr
- Language: HTML
- Homepage: https://webvr.rocks/
- Size: 52.2 MB
- Stars: 125
- Watchers: 53
- Forks: 60
- Open Issues: 192
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebVR Rocks
Your guide to Virtual Reality in the browser.
**[WebVR Rocks!](https://WebVR.rocks/)**
## Installation
To install the [Node](https://nodejs.org/) dependencies:
```sh
npm install
```## Local development
To start the local development server:
```sh
npm start
```## Deployment
When commits land on the master branch of this repository, this project is automatically rebuilt and deployed to the [production site](https://webvr.rocks/), served by GitHub Pages (`gh-pages` branch of this repository), using a Travis CI + GitHub integration.
To trigger a manual deployment of the static pages to [production](https://webvr.rocks/):
```sh
npm run deploy
```## License
All code and content within this source-code repository is licensed under the [**Creative Commons Zero v1.0 Universal** license (CC0 1.0 Universal; Public Domain Dedication)](LICENSE.md).
You can copy, modify, distribute and perform this work, even for commercial purposes, all without asking permission.
For more information, refer to these following links:
* a copy of the [license](LICENSE.md) in [this source-code repository](https://github.com/immersive-web/webvrrocks)
* the [human-readable summary](https://creativecommons.org/publicdomain/zero/1.0/) of the [full text of the legal code](https://creativecommons.org/publicdomain/zero/1.0/legalcode)
* the [full text of the legal code](https://creativecommons.org/publicdomain/zero/1.0/legalcode)