1
0
Fork 0
Scripts for bitburner hacking game
Go to file
Tanimodori c78af6066d chore: update viteburner 2022-11-07 10:59:46 +08:00
src chore: initial commit 2022-10-23 03:32:17 +08:00
.eslintrc chore: initial commit 2022-10-23 03:32:17 +08:00
.gitattributes chore: initial commit 2022-10-23 03:32:17 +08:00
.gitignore chore: initial commit 2022-10-23 03:32:17 +08:00
.prettierrc chore: initial commit 2022-10-23 03:32:17 +08:00
LICENSE chore: initial commit 2022-10-23 03:32:17 +08:00
README.md docs: add API link 2022-10-23 04:25:52 +08:00
package-lock.json chore: update viteburner 2022-11-07 10:59:46 +08:00
package.json chore: update viteburner 2022-11-07 10:59:46 +08:00
tsconfig.json types: add vite/client 2022-11-04 00:55:21 +08:00
vite.config.ts feat: allowing import /src 2022-10-27 09:56:35 +08:00

README.md

Viteburner-template

This is a template for a viteburner project. It is a simple example of how to use Viteburner.

How to use

Prerequisites: Node.js

git clone https://github.com/Tanimodori/viteburner-template.git
cd viteburner-template
npm i
npm run dev

In bitburner, select "Options > Remote API", enter the port of viteburner displays (default: 12525) and click "Connect".

API

See viteburner.

License

MIT License © 2022-present Tanimodori