Obviously, Vencord has stopped uploading their extension to addons.mozilla.org due to the long-waiting review, and they also decided not to go self-hosting. But I need to use that, therefore I decided to try build the addon.
Some packages are required to be installed in advance:
- NodeJS (version: 20.5.1) and npm (version: 10.8.1)
- pnpm (version: 10.7.0):
npm install -g pnpm
- web-ext (version: 8.5.0):
npm i -g web-ext
(Version numbers above are for reference only. Usually, you don't need to follow them.)
Here's what I've done: