New developer onboarding

Welcome Aboard

Welcome to MTP Corporation, where we’re unrolling the future™. We’re thrilled to have you on board our New Horizons software development team. You will be instrumental in helping us push the boundaries of what we call reality.

Our digital reality offering is one of the best in the world, hosting nearly one billion satisfied users world-wide—more than any other platform. We consistently maintain the highest satisfaction rating amongst our peers through the hard work of software developers like yourself. As a member of product development you will assist our efforts in enriching our users’ experience through new features and upgraded experiences.

From humble beginnings as a toilet paper company, MTP has evolved into the most innovative and foreward-thinking company on the planet. We’ve earned this reputation through advances in drones, cloud computing, A.I., and now, digital reality. You are embarking on a journey with MTP, to the stars and beyond.

Building New Horizons

We will guide you through the process of building New Horizons on your local machine so you can begin contributing to the project.

  1. Clone the Repository:

    Begin by cloning the New Horizons repository to your local machine. Open your terminal and execute the following command:

    Lang: bash
    git clone https://github.com/mtp-corp/new_horizons.git

    This command fetches the latest version of the project to your computer, providing you with the source code and all necessary files.

  2. Navigate to the Project Directory:

    Change your current working directory to the newly cloned ’new_horizons’ folder:

    Lang: bash
    cd new_horizons
  3. Build the Binary with Make:

    Use the ‘make’ command to build an executable binary from the source code:

    Lang: bash
    make

    This command initiates the compilation process, generating a program for New Horizons you can run on your computer

  4. Run the Program: Once the build process is complete, enable permissions for executing the file:

    Lang: bash
    chmod +x new_horizons

    Finally, execute the following command to run New Horizons:

    Lang: bash
    ./new_horizons

Congratulations! You’ve successfully cloned the repository, built the binary, and initiated New Horizons on your local machine. Dive into the code, explore the features, and get ready to contribute to the ever-evolving digital reality experience provided by you and MTP Corporation.