Download the theme file and move it into your BetterDiscord themes folder:
In order build the theme from source you have to install Sass & PostCSS Autoprefixer.
The CI of this repository uses Node Sass & PostCSS CLI to build the theme.
In order to contribute you need to be able to compile Sass.
If you use Node Sass via CLI, you can run:
node-sass main.scss public/main.css --watch
If you use Dart Sass via CLI, you can run:
sass main.scss:public/main.css --watch
This will compile the theme into the /public
folder and watch changes.