Table of Contents

Getting Started

Follow the instructions below to get started with the AWL Engine Library.

Prequisites

  • .NET SDK installed on your machine.
  • Git installed on your machine.

Library usage

  1. Fork the repository:

    • Go to the repository on GitHub.
    • Click the "Fork" button in the top right corner.
  2. Clone your forked repository:

    git clone --recursive https://github.com/[your_username]/awlenginelib.git
    
  3. Navigate to the project directory:

    cd awlenginelib/AWLEngineLib
    

Building the Project

To build the project, run the following command:

dotnet build