Getting Started
Follow the instructions below to get started with the AWL Engine Library.
Prequisites
Library usage
Fork the repository:
- Go to the repository on GitHub.
- Click the "Fork" button in the top right corner.
Clone your forked repository:
git clone --recursive https://github.com/[your_username]/awlenginelib.gitNavigate to the project directory:
cd awlenginelib/AWLEngineLib
Building the Project
To build the project, run the following command:
dotnet build