Welcome to the first build guide! This section will guide you through the initial steps of building your project using our build tools.

Prerequisites

Before you start, make sure you have the following prerequisites:

Step 1: Initialize Your Project

  1. Create a new directory for your project.
  2. Open a terminal and navigate to the new directory.
  3. Run the following command to initialize your project:
build init

Step 2: Configure Your Build

  1. Edit the build.config.json file to configure your build settings.
  2. Ensure you have set the correct build parameters such as outputDir, sourceDir, and buildCommand.

Step 3: Start the Build Process

  1. Run the following command to start the build process:
build run

This command will compile your source files and generate the output in the specified output directory.

Troubleshooting

If you encounter any issues during the build process, refer to our Troubleshooting Guide.

Building a house