Skip to content

Latest commit

History

History
30 lines (18 loc) 路 975 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (18 loc) 路 975 Bytes

Contributing

Issues and pull requests of all sorts are welcome!

For bigger projects, please coordinate with Jonny Burger to make sure your changes get merged.

Please note that since I charge for Remotion when companies are using it, this is a commercial project by me (Jonny Burger). By sending pull requests, you agree that I can use your code changes in a commercial context.

Furthermore, also note that you cannot redistribute this project. Please see LICENSE.md for what's allowed and what's not.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Code setup

You can clone this repo and run

npm i && npx lerna bootstrap

to set up the project. To rebuild the project, run

npm run build

from the root.

To test your changes, run npm start from the example folder.