Invite them to the project
- Go to Project Settings → Users
- Invite the developer with the Developer or Admin permission level so they can manage their environment
They set up their local back-end
The developer clones the back-end repository and installs dependencies:Create a development environment
Each developer works in their own environment, which has its ownFOREST_ENV_SECRET.
- In Forest, go to Project Settings → Environments
- Click Add environment → Development
- Give it a name (e.g. “Alice’s dev”)
- Copy the generated
FOREST_ENV_SECRET
.env:
Start the back-end
Work with branches
Layout changes (collections display, segments, workspaces) are managed through branches, just like code. The developer creates a branch to work on UI changes without affecting production:For a full explanation of the branch and deploy workflow, see Developer Workflow.
You’re all set. Your back-office is live, your team has access, and your development workflow is in place. Explore Product to go deeper on any feature, Connect, Build, Customize, Control, and more.