This repository is a starter boilerplate for creating MotorCortex Clips with DCode. Do not use this repo directly. Instead, use it from the Donkeyclip CLI
It includes:
- a pre-configured webpack so you don't have to care about setting up your project
- pre-configured eslint and babel
- a "clip" folder in order for you to use to define your Clip and Incidents. The folder
contains the
clip.js
file which is just a starting point for your Clip. - a "demo" folder that is there just for the needs of viewing, debugging and creating your Clip through DCode.
Once you've created your new Clip you have the ability to publish it through the donkeyclip page. You can then embed your clip in any site you want!.
npm run build
: builds the demonpm start
: builds and starts the demonpm render
: render the demo to mp4 video see @donkeyclip/video-renderer from more