https://github.com/cvan/wonderland
https://github.com/cvan/wonderland
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cvan/wonderland
- Owner: cvan
- Created: 2016-05-18T23:51:41.000Z (about 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-06-01T01:48:42.000Z (about 10 years ago)
- Last Synced: 2025-03-24T09:50:20.484Z (about 1 year ago)
- Language: JavaScript
- Size: 33.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A-Frame Wonderland
Greetings! This is an A-Frame playground — A-Wonderland, if you will.
## Local development
First, clone this repo:
```bash
git clone git@github.com:aframevr/wonderland.git aframevr-wonderland && cd aframevr-wonderland
```
You'll need a local development server to work on this project.
Included in this repo is a Browsersync server that out of the box handles live-reloading and tunnelling (useful for loading sites on other networks and mobile devices).
To install the [Node](https://nodejs.org/en/download/) dependencies:
```bash
npm install
```
To start the server:
```bash
npm start
```
If you'd rather not depend on Node, there are [several other options of running the content locally](https://github.com/mrdoob/three.js/wiki/How-to-run-things-locally).
## Maintainers
To install new JS dependencies to `js/vendor/`:
```bash
npm run jspm -- install github:donmccurdy/aframe-extras github:aframevr/aframe@master github:gasolin/aframe-href-component
```
And to run any other [jspm commands](https://github.com/jspm/jspm-cli#documentation), simply prefix your command with `npm run jspm -- `.