Chapter 403: Contributing to client-side rendering
Core Idea
The code for @remotion/web-renderer is located in the packages/web-renderer folder. Before running any of these commands, do the main setup.
Key Concepts
- Developing in watch mode
- Running tests
- Adding support for new styles
- Studio Render Button
- See also
Code Examples
bun run watchwebrenderer
- What it demonstrates: Usage pattern for Contributing to client-side rendering from the official docs.
Key Takeaways
- Understand developing in watch mode when working with Contributing to client-side rendering.
- Understand running tests when working with Contributing to client-side rendering.
- Understand adding support for new styles when working with Contributing to client-side rendering.
- Understand studio render button when working with Contributing to client-side rendering.
- Understand see also when working with Contributing to client-side rendering.
Connects To
- Accessibility: related page in the Legal, Meta & Support section.
- dev: related page in the Legal, Meta & Support section.
- pro: related page in the Legal, Meta & Support section.