Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 947 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 947 Bytes

aframe-components

⛺️ Creating basic A-Frame components

📖 Introduction

Practicing creating components as specified in the A-Frame Docs.

⚙ Installation & Development

Prerequisites

  • Make sure you have node installed on your machine.
  • npm comes with node.
  • You can check versions with; npm -v and node -v

Installation

  1. Clone this repo
$ git clone https://github.com/samhoudmedia/aframe-components.git
  1. Run npm install to install all dependencies.
  2. Run npm start to start the local development server

📄 Contributing

To see a list of everybody who contributed to this project please refer to the Contributors page.

📃 License

This project is licensed under the MIT License