prison-cell-vr
Version:
Amnesty International Prison Cell Virtual Reality Project.
23 lines (15 loc) • 447 B
Markdown
## aframe-react-boilerplate
Boilerplate for building virtual reality experiences with
[A-Frame](https://aframe.io) and React with
[aframe-react](https://github.com/ngokevin/aframe-react).

### Installation
To get started:
```bash
npm install
npm start
```
To publish to GitHub Pages:
```bash
npm run publish
```