Anyone know the commands to make my d3.js directory a cordova project and then run it on a device? When using Sencha cmd I ran sencha cordova init com.mycompany.MyApp MyApp
to create the project, then sencha app run native
to run the app on my device. But what's the commands for d3.js?
Thanks,