Burdigalax project.
DOWNLOAD Burdigalax Packages to install on your ONSET server.
Download Burdigalax package GUI v4.7.1.
First install dependencies:
npm install
// or
yarn
To run in hot module reloading mode on localhost browser:
npm run start
// or
yarn start
To create a production build:
- Edit config.js file for specify your package server name.
module.exports = {
serverPackageName: "burdigalax"
};
- Execute build
yarn build
- Copy generate files on folder
dist/
to your server to{serverPackageName}/client/gui/
/!\ List of generated files to copy (Exemple with onShop) : - onShop.html - onShop.burdigalax.js - vendors.burdigalax.js - commons.burdigalax.js - For Onset game declare this files on your
package.json
server. (Exemple with onShop)
"files": [
"client/gui/onShop.html",
"client/gui/onShop.burdigalax.js",
"client/gui/vendors.burdigalax.js",
"client/gui/commons.burdigalax.js",
]
The commons and vendors files are the same and mandatory for all BurdigalaxRP modules.
Readme : https://github.com/Burdigalax/BurdigalaxGUI/tree/master/src/app/onShop/README.md
Readme : https://github.com/Burdigalax/BurdigalaxGUI/tree/master/src/app/gasStation/README.md
Readme : https://github.com/Burdigalax/BurdigalaxGUI/tree/master/src/app/inventory/README.md
Discord: RomBurdi#9770