Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 802 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 802 Bytes

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 HorizontalServerList 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 main branch and make a pull request.
If all is well you PR will be accepted and merged with the main branch.

This will then trigger an action to compile the /src/_base.css to the deploy branch.