- VSCode or any other code editor.
- Node.js. Get the latest version here.
- Go to your BetterWRD Plugins
- Click 'Load from GitHub'
- Paste
https://raw.githubusercontent.com/davve77/bwrd-plugin-dev-server/main/runDevPlugin.bwrd.js
- Click 'Load Plugin'
- Enable the plugin
- Download it here
- Extract the archive
- Open
plugin-dev-server
folder in your code editor
- Open a terminal
- Run
npm start
to start the server - You can now edit
plugin.bwrd.js
This uses the Run Dev Plugin
to run your local server plugin at http://127.0.0.1:9096/plugin.bwrd.js
.
You need Node.js to start the server and preferably a code editor to edit plugin.bwrd.js
.