Get started in three steps
Set up your development environment, get familiar with the Clubedge workflow, and run your first project locally.Step 1: Set up your local environment
Clone the project locally
Clone the project locally
Start by cloning the repository for the Clubedge project you’re working on.Make sure you have access to the repository and are working from the correct branch before making changes.Check the project’s
README.md for any project-specific setup requirements.Install dependencies and configure your environment
Install dependencies and configure your environment
Install the dependencies using the package manager defined by the project.For Node.js projects, this will typically look like:Copy the project’s environment template if one is provided:Configure the required environment variables using the project’s development documentation.
Step 2: Run the project locally
Start the development server
Start the development server
Follow the project’s development instructions to start the application locally.For many Clubedge services, this will be similar to:Once the server is running, open the local URL provided by the project.
Verify your setup
Verify your setup
Before making changes, verify that the project is working correctly.A typical setup check includes:The exact commands depend on the project you’re working on.
- Starting the application successfully.
- Running the project’s test suite.
- Checking that required services are available.
- Confirming that the application responds as expected.
Step 3: Make your first change
Create a branch and open a pull request
Create a branch and open a pull request
Create a branch for your work instead of committing directly to the main branch.Make your changes, then run the project’s checks before committing:Commit your changes using the project’s commit conventions:Push your branch and open a pull request for review.
Next steps
Now that your local environment is ready, explore the resources relevant to your work:Development
Learn about the Clubedge development workflow, project conventions, and contribution process.
Products & services
Explore the Clubedge products and services available to your application.
Integration
Learn how to integrate Clubedge services into your application.
Working on a specific Clubedge product? Start with its product documentation for project-specific setup, integration instructions, architecture, and API details.

