Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 834 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 834 Bytes

So, you're looking to contribute? Nice!

This will help you get started.

Prerequisites

  • Basic knowledge of NodeJS.
  • Have PNPM installed.
  • 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: pnpm install in the SoftX folder.

Development

Run the dev script with: pnpm 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.