* Ensure you have [Tools for Apache Cordova](https://www.visualstudio.com/en-us/features/cordova-vs.aspx) installed
* Open examples/AceExamples/AceExamples.sln
* Deploy to either an Android emulator, Android device, or iOS remote device
### ADDING TO A NEW OR EXISTING CORDOVA PROJECT
**Just add the plugin to your Cordova project.** Whether you use Visual Studio or command-line tools, Windows or Mac, you can add this plugin the standard way. For example:
```
cordova plugin add cordova-plugin-ace
```
or, in Visual Studio, open **config.xml** then add the plugin under **Plugins**, **Custom**. You can point it at https://github.com/adnathan/ace.git or a local copy that you download.
Then follow the examples and docs. You can find examples in the examples folder of this repository.