ak4y Development
TEBEXYOUTUBEDISCORD
  • 📖Welcome
  • INFORMATION
    • 🙋Discord Customer Role
    • ❓Tebex Script Integration
    • 🔐Setting Steam Api Key
    • 🔑CFX Auth System
    • 📭Lost Transaction ID
    • 🔓Escrow/Open Source
    • 😟You lack the required entitlement
  • SCRIPTS
    • ak4y-vipSystemv2
      • Manage Categories
      • Config
        • Translate
        • General Settings
        • Special Offer Category
        • Hot Deals Category
        • Buy Coin Category
        • Bundle Category
        • Customize Category
        • House Category
        • Job Category
        • Vehicle Category
        • Item Category
        • Money Category
        • Weapon Category
      • Triggers
      • Admin Commands
    • ak4y-hudv1
      • Build For Open Source
      • Setup Script
      • Config
      • Exports
    • ak4y-football
      • Known Errors
      • Setting Up
      • Config
    • ak4y-caseOpening
      • Config
    • ak4y-battlepass
      • Config
    • ak4y-vipSystem
      • Config
    • ak4y-playtimeshop
      • Config
    • ak4y-blackmarket
      • Config
    • ak4y-dailymissions
      • Config
    • ak4y-advancedFishing
      • Config
    • ak4y-pauseMenu
      • Config
    • ak4y-dailyRewards
      • Config
    • ak4y-jobSelector
      • Config
    • ak4y-advancedHunting
      • Config
    • ak4y-dice
      • Config
    • ak4y-dailyWheel
      • Config
    • ak4y-multicharacter
      • Config
    • ak4y-spawnSelector
      • Config
    • ak4y-kit
      • Config
    • ak4y-treasureHunting
      • Config
    • ak4y-garbageJob
      • Config
    • ak4y-pauseMenuV2
      • Copy of Config
Powered by GitBook
On this page
  • Install Node.js
  • How to build?

Was this helpful?

  1. SCRIPTS
  2. ak4y-hudv1

Build For Open Source

Previousak4y-hudv1NextSetup Script

Last updated 7 months ago

Was this helpful?

Install Node.js

When you make changes to the javascript code, you need to get a build of the code, for this you need to have Node.js installed on your computer.

Download Node.js directly from the link below and install everything on your computer.


How to build?

  1. After finishing the package installation process, you should type 'npm run build' in the console to get a build.

If you have already completed step 2 in the directory you are in, you can skip step 2 in your next build process and access the directory directly with cd and then you can get the build with the npm run build command.


Go to the directory of your script via CMD ( Example Command: 'cd c:\user\directory' )

After reaching the directory where our script is located; we install the necessary modules to the package. ( Example Command: 'npm install --force' / you should definitely use the --force tag. )

Node.jsNode.js
Logo