So, you're looking to contribute? Nice! This will help you get started. ## Prerequisites - Basic knowledge of NodeJS. - Basic knowledge of SCSS/CSS. - Basic knowledge of Git/GitHub. - Basic knowledge of the terminal/command prompt. Install Dependencies: Open a terminal/command prompt and use the following command: `npm install` in the FrostedGlass folder. ## Development 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. ## Deploying Simply push your changes to the `master` branch and make a pull request. If all is well you PR will be accepted and merged with the `master` branch. This will then trigger an action to compile the `/src/_base.css` to the `deploy` branch.