⛺️ Creating basic A-Frame components
Practicing creating components as specified in the A-Frame Docs.
- Make sure you have
nodeinstalled on your machine. npmcomes with node.- You can check versions with;
npm -vandnode -v
- Clone this repo
$ git clone https://github.com/samhoudmedia/aframe-components.git
- Run
npm installto install all dependencies. - Run
npm startto start the local development server
To see a list of everybody who contributed to this project please refer to the Contributors page.
This project is licensed under the MIT License