It is a v2 implementation of a browser that uses the Debot Web Embedding package (source) to show all debot-related logic
v1 imlementation is available here: https://github.com/Strafi/DeBot-Browser/tree/v1
Note: v1 implementation is deprecated and therefore will be not supported by the browser developers team anymore
If you don't want (or can not) to install the software mentioned below, you can access the pre-build DeBot browser by this link: https://browser.freeton-stats.org/.
To run the application locally, you need node.js and yarn or npm installed on your device.
Clone the repository using git and navigate into it. Then, depending on which package manager you had installed, execute yarn or npm install.
Depending on which package manager you had installed, execute yarn serve or npm run serve. This command will run a local server with your own DeBot Browser.
Depending on which package manager you had installed, execute yarn build or npm run build. This command will create a new build (it will appear in the 'build' folder) that you can deploy to any hosting you wish. Also, you can deploy it locally using yarn serve or npm run serve.