Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 688 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 688 Bytes

BasicBrowsing Buildtool

The tool to build, run & translate the BasicBrowsing addon.


Setup

Please follow the Setup Guide before continuing.



Bundling

How to bundle the project to an addon.

deno run                                \
    --allow-all                         \
    --unstable                          \
    --importmap=Buildtool/Imports.json  \
    Buildtool/Source/App.js

This is a temporary way of executing the bundler.