-
-
Notifications
You must be signed in to change notification settings - Fork 44
Building Locally
Amos edited this page Aug 22, 2024
·
1 revision
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.
Clone the IW4M-Admin repository to your local machine using the following command:
git clone https://github.com/RaidMax/IW4M-Admin.git
Navigate to the project directory and start the build process.
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
-
-
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.
Ensure that your firewall settings allow access to cdn.jsdelivr.net, as it is essential for completing the build process.