- With VSCode: Run 'Build Extension' or 'Build Release Extension' task.
- With Node: Run 'node build.js extension' or 'node build.js extension --release'.
- With VSCode: Run 'Build Userscript' or 'Build Release Userscript' task.
- With Node: Run 'node build.js userscript' or 'node build.js userscript --release'.
You need Node, NPM and ESBuild to be installed in your environment.
This repo is using Build.js, a smol build system.