Go to file
2023-11-03 17:18:33 -03:00
.idea Update a few scripts 2023-11-02 16:45:45 -03:00
servers/home Add some notes to hacknet file 2023-11-03 17:18:33 -03:00
.gitignore Use different template 2023-11-02 14:10:24 -03:00
build.mjs Use different template 2023-11-02 14:10:24 -03:00
LICENSE Update license and readme 2023-11-02 14:16:29 -03:00
package-lock.json Update deps 2023-11-02 16:54:30 -03:00
package.json Update deps 2023-11-02 16:54:30 -03:00
README.md Update license and readme 2023-11-02 14:16:29 -03:00
tsconfig.json Use different template 2023-11-02 14:10:24 -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!