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

https://github.com/patrickocoffeyo/aframe-dialog-component

Simple A-Frame component that can turn any geometry into a dialog.
https://github.com/patrickocoffeyo/aframe-dialog-component

aframe aframevr javascript vr webvr

Last synced: about 1 year ago
JSON representation

Simple A-Frame component that can turn any geometry into a dialog.

Awesome Lists containing this project

README

          

# A-Frame Dialog Component
Simple A-Frame component that can turn any geometry into a dialog.

## Requirements
* Node.js (see .nvmrc for correct version).
* Yarn

## Setup
* Clone this repository.
* In this repository's root folder, run `yarn`.

## Testing & Linting
* All tests are located in the `test` directory.
* To run tests, and coverage tools: `yarn test`.
* To lint this codebase, run: `yarn lint`.
* To format this codebase, run: `yarn prettier`.
* NOTE: lint and prettier will be run before a commit is made.

## Building
To build this project, run `yarn build`.