If you would like to contribute to Unbound, you will need to set up your own bundle locally.
Building
bun run build
. You can also use nodemon
to watch over code changes and automatically build.Hosting
bun run serve
which will provide you with the link to use in the next step.Configuring
update.url
to our own, locally hosted version of the bundle. Please see the loader configuration page for more information.