So, you're looking to contribute? Nice!
This will help you get started.
- Basic knowledge of SCSS/CSS.
- Basic knowledge of Git/GitHub.
- Basic knowledge of NodeJS and the terminal/command prompt.
Install Dependencies:
Open a terminal or command prompt and use the following command: npm install
.
Run the dev
script with: npm run dev
.
This will watch for changes inside the /src
folder and then auto compile them into your BetterDiscord themes folder.
Run the build
script with: npm run build
.
This will build the /src
folder excluding the /src/_theme.scss
file to not include the meta and default root.