docs: update gettingstarted

This commit is contained in:
Administrator 2025-07-06 02:39:42 +00:00 committed by DeLuce
parent a28ea9cafb
commit 6f5032aec3

View File

@ -2,12 +2,14 @@
title: Getting Started title: Getting Started
description: description:
published: true published: true
date: 2025-07-06T02:37:12.685Z date: 2025-07-06T02:39:41.268Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2025-06-08T03:06:31.460Z dateCreated: 2025-06-08T03:06:31.460Z
--- ---
# ![11f39c35-0150-4b61-b168-a61c673b9cce.png](/11f39c35-0150-4b61-b168-a61c673b9cce.png) # ![11f39c35-0150-4b61-b168-a61c673b9cce.png](/11f39c35-0150-4b61-b168-a61c673b9cce.png)
@ -24,7 +26,7 @@ dateCreated: 2025-06-08T03:06:31.460Z
display: flex; /* Enable centering */ display: flex; /* Enable centering */
flex-direction: column; /* Stack elements vertically */ flex-direction: column; /* Stack elements vertically */
justify-content: center; /* Center text vertically */ justify-content: center; /* Center text vertically */
height: 100px; /* Ensure the box has enough height */ height: auto; /* Auto height to fit iframe */
line-height: normal; /* Reset line height for consistency */ line-height: normal; /* Reset line height for consistency */
"> ">
<div> <div>
@ -33,10 +35,16 @@ dateCreated: 2025-06-08T03:06:31.460Z
<div style="color: #4a90e2; font-size: 16px; margin-top: 5px;"> <div style="color: #4a90e2; font-size: 16px; margin-top: 5px;">
<strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong> <strong>BE SURE TO WATCH THE VIDEO BELOW IF YOU NEED FURTHER INSTRUCTION</strong>
</div> </div>
<div style="margin-top: 10px;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/g-iYc0wXeis"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div> </div>
🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES! 🛠️ MAKE SURE NGD-BRIDGE IS STARTED AFTER YOUR CORE RESOURCES!
1. Download all NGD resources from [Keymaster](https://keymaster.fivem.net/) or [CFX Portal](https://portal.cfx.re/). 1. Download all NGD resources from [Keymaster](https://keymaster.fivem.net/) or [CFX Portal](https://portal.cfx.re/).
@ -52,4 +60,4 @@ dateCreated: 2025-06-08T03:06:31.460Z
Do you have CODEM Inventory? Click [HERE](#) to view the additional instructions when using this inventory. Do you have CODEM Inventory? Click [HERE](#) to view the additional instructions when using this inventory.
- **Does - **Does the readme of your script have items?** Make sure to add them into your framework or inventory, along with all of the inventory icons from the `'img'` folder!