Prepare a workstation and install project dependencies.
The Development Guide section documents how developers set up, run, configure, build, and deploy UtopiaSystem.
This page acts as the overview page for the Development Guide section. The detailed instructions are separated into child pages.
This section is split into four pages that explain setup, local running, environment configuration, and release preparation.
Prepare a workstation and install project dependencies.
Start the required app or service during development.
Configure local, staging, and production values.
Build, verify, and prepare releases for deployment.
Each page focuses on a different part of the developer workflow.
The Local Setup page documents the steps required before a developer can run the system locally.
Use this page when a developer is setting up UtopiaSystem for the first time.
The Running the Apps page documents how to start the applications during development.
Use this page when a developer needs to test or work on an app locally.
The Environment Variables page documents the configuration values required by the system.
.env usageUse this page when configuring local development, staging, or production environments.
The Build & Deployment page documents how the system is built and prepared for release.
Use this page when preparing or verifying a release.
A typical developer workflow moves from repository setup to deployment handoff.
The overview page should stay high-level so developers can quickly understand where to find the correct guide.
The Development Guide should focus on practical developer instructions.
Each child page should contain detailed commands and setup steps.
This overview page should explain where to find the correct guide.
Build and deployment notes should help developers verify release readiness.
The Development Guide is the parent section for developer setup and release documentation. Detailed instructions should be written under Local Setup, Running the Apps, Environment Variables, and Build & Deployment.