https://github.com/donkeyclip/motorcortex-clip-starter
This repo is used when you want to create a new donkeyclip with the cli tool
https://github.com/donkeyclip/motorcortex-clip-starter
boilerplate motorcortex motorcortex-clip
Last synced: 10 months ago
JSON representation
This repo is used when you want to create a new donkeyclip with the cli tool
- Host: GitHub
- URL: https://github.com/donkeyclip/motorcortex-clip-starter
- Owner: donkeyclip
- Created: 2020-11-24T12:18:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-19T12:02:54.000Z (10 months ago)
- Last Synced: 2025-08-19T14:21:10.523Z (10 months ago)
- Topics: boilerplate, motorcortex, motorcortex-clip
- Language: TypeScript
- Homepage:
- Size: 3.22 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# motorcortex-clip-starter
## Purpose
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](https://github.com/donkeyclip/cli)**
## Structure and Contents
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 "server" folder that is there just for the needs of viewing, debugging and creating
your Clip through DCode.
## How to use
Once you've created your new Clip you have the ability to publish it through the [donkeyclip](https://donkeyclip.com) page. You can then embed your clip in any site you want!.
## Commands
- `npm run build`: builds the demo
- `npm start`: builds and starts the demo
## Have fun!!!
## License
[MIT License](https://opensource.org/licenses/MIT)
[
](https://donkeyclip.com)