Building Locally - RaidMax/IW4M-Admin GitHub Wiki
Building Locally
Prerequisites
Before you begin building the project locally, ensure you have the following:
- Git: Make sure you have Git installed to clone the repository. You can download it from here.
- Firewall: Ensure your firewall allows access to the necessary domain (
cdn.jsdelivr.net
). - .NET 8.0.x ASP.NET Hosting Bundle: This is required for running the application.
Step 1: Clone the Repository
Clone the IW4M-Admin repository to your local machine using the following command:
git clone https://github.com/RaidMax/IW4M-Admin.git
Step 2: Building IW4M
Navigate to the project directory and start the build process.
Windows
If you're working on Windows:
- Set Execution Policy:
-
Open PowerShell as Administrator.
-
Run the following command to permit the execution of necessary scripts:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force
-
IDE Setup
-
Open the Project in Your IDE::
- Launch your preferred IDE and navigate to the directory where you cloned the repository.
-
Build the Application:
- Within your IDE, select the "Application" project and initiate the build process.
Firewall Configuration
Ensure that your firewall settings allow access to cdn.jsdelivr.net, as it is essential for completing the build process.