Skip to main content

Local Deployment

Learn how to deploy and run Grand Central applications in your local environment.

Overview

Local deployment allows you to:
  • Test applications before deploying to shared environments
  • Debug issues in a controlled environment
  • Iterate quickly during development

Prerequisites

Before deploying locally, ensure you have:
  • Completed local setup
  • Built your application successfully
  • Required dependencies installed

Deployment Steps

1

Start Local Services

Launch required local services and dependencies
2

Deploy Application

Deploy your application to local environment
3

Verify Deployment

Test that your application is running correctly

Troubleshooting

Common local deployment issues and solutions will be documented here.