Go to file
2023-11-14 22:33:38 -04:00
.idea Add project coding guidelines 2023-11-03 18:41:51 -03:00
servers/home Fix root server function, file name was wrong 2023-11-14 22:33:38 -04:00
.editorconfig Add project coding guidelines 2023-11-03 18:41:51 -03:00
.gitattributes Add project coding guidelines 2023-11-03 18:41:51 -03:00
.gitignore Update based on latest version of template 2023-11-03 17:43:04 -03:00
build.mjs Update based on latest version of template 2023-11-03 17:43:04 -03:00
global.d.ts Update based on latest version of template 2023-11-03 17:43:04 -03:00
LICENSE Update license and readme 2023-11-02 14:16:29 -03:00
package-lock.json Update lockfile 2023-11-03 17:45:39 -03:00
package.json Update based on latest version of template 2023-11-03 17:43:04 -03:00
README.md Update license and readme 2023-11-02 14:16:29 -03:00
tsconfig.json Update based on latest version of template 2023-11-03 17:43:04 -03:00

My Bitburner Scripts

My remote editor config is based on this template

How to use

  1. run npm install in your console to install all dependencies
  2. run npm start in your console to start the RemoteAPI server
  3. open Bitburner and navigate to the settings
  4. open the tab labeled 'Remote API' and enter the port '12525'
  5. press connect

Now any changes made to scripts inside the server folders will automatically be uploaded to Bitburner.

Using React

The React and ReactDOM instance from the game can simply be imported as ESModules

import React from 'react' //and
import ReactDOM from 'react-dom'

For more in-depth details have a look at the plugin powering this template!