1.0.0-alpha1.2 • Published 7 years ago

aframe-dialog-component v1.0.0-alpha1.2

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
7 years ago

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.