Samples showing how to use MagicScript API
You will need:
- ML1 hardware to run these samples
- ML SDK installed to build the samples
- magic-script CLI tool instlled to build and run the samples
- clone this repo
- cd to directory of a sample you want to build
- install npm dependencies
npm install
or
yarn
- build the app and install it on device
magic-script build -i
This project is licensed under the Apache 2.0 License - see the LICENSE file for details