This is a test project used for testing and development of magic-script-components
framework.
-
Make sure you have the
magic-script-cli
installed and you follow the steps inmagic-script-cli
documentation to properly setup your environment for eitherLumin
,iOS
orAndroid
(depends on which platform you want to build the project) -
To build & run the project, execute below commands in root directory of the project:
- For Android, type
magic-script build android
- For iOS, type
magic-script build iOS
- For Lumin, type
magic-script build lumin -i && magic-script run
- For Android, type