This guide walks you through getting started with Phase4 Demo. It covers installation, configuration, and your first deployment.
Installing the package
Install the package using your favorite package manager. We support npm, yarn, and pnpm.
npm install phase4-demo
Verifying the install
After installation, run the version command to confirm everything is wired up.
Configuration
Configuration uses a simple JSON file at the root of your project.
Environment variables
You can override any value via environment variables. They take precedence over the config file.
Common pitfalls
The most common mistake is forgetting to set the deployment URL. Without it, the dashboard will show stale data.
Deploying your first site
Once configuration is done, deploy with a single command. The deployment process handles caching, asset minification, and rollback automatically.
Next steps
Read the API reference to learn how to extend Phase4 Demo with custom plugins. The plugin system is designed for extensibility.