Refer to the Installation section in REAME.md
- Manually download and locally load to your browser (WIP)
Expected to add GitHub Actions to run yarn build and pack the /build into hackbar_<version>.zip that attached to Release Assets.
So that users can directly download and use it in their browser without clone and build by themselves.
It's also convenient to publish extension (e.g. chrome web store) with the auto build.
Refer to the
Installationsection in REAME.mdExpected to add GitHub Actions to run
yarn buildand pack the/buildintohackbar_<version>.zipthat attached to Release Assets.So that users can directly download and use it in their browser without clone and build by themselves.
It's also convenient to publish extension (e.g. chrome web store) with the auto build.