🔧Rebuilding the UI

If you make any changes to the loading screen, you'll need to rebuild it to see those changes. Here's how you can do that:

Step 1

Go to the folder where the loading screen files are located and open html folder.

Step 2

In that folder, right-click while holding the Shift key, and choose "Open Command Prompt here" (or "Open PowerShell window here" on newer versions of Windows).

Step 3

Type npm run build into the Command Prompt and press Enter. This will rebuild the loading screen with your changes.

Last updated