Chapter 774: Setup
Core Idea
After obtaining the Editor Starter, you should fork it to your own account.
Key Concepts
- Start a new project
- Copying into an existing project
- Setting up asset uploads
- Setting up rendering
- Setting up captions
Code Examples
npm i
- What it demonstrates: Usage pattern for Setup from the official docs.
Key Takeaways
- Understand start a new project when working with Setup.
- Understand copying into an existing project when working with Setup.
- Understand setting up asset uploads when working with Setup.
- Understand setting up rendering when working with Setup.
- Understand setting up captions when working with Setup.
Connects To
- Asset Cleanup: related page in the Editor Starter Template section.
- Asset Uploads: related page in the Editor Starter Template section.
- Backend Routes: related page in the Editor Starter Template section.