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
- Create a new directory for your project.
- Open a terminal and navigate to the new directory.
- Run the following command to initialize your project:
build init
Step 2: Configure Your Build
- Edit the
build.config.json
file to configure your build settings. - Ensure you have set the correct build parameters such as
outputDir
,sourceDir
, andbuildCommand
.
Step 3: Start the Build Process
- 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