Skip to content

Commit 90ac05f

Browse files
committed
Updated for new repo structure
1 parent 6d83808 commit 90ac05f

File tree

11 files changed

+856
-246
lines changed

11 files changed

+856
-246
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
So, you're looking to contribute? Nice!
2+
3+
This will help you get started.
4+
5+
## Prerequisites
6+
- Basic knowledge of SCSS/CSS.
7+
- Basic knowledge of Git/GitHub.
8+
- Basic knowledge of NodeJS and the terminal/command prompt.
9+
10+
Install Dependencies:
11+
Open a terminal or command prompt and use the following command: `npm install`.
12+
13+
## Development
14+
Run the `dev` script with: `npm run dev`.
15+
This will watch for changes inside the `/src` folder and then auto compile them into your BetterDiscord themes folder.
16+
17+
## Deploying
18+
Run the `build` script with: `npm run build`.
19+
This will build the `/src` folder excluding the `/src/_theme.scss` file to not include the meta and default root.

0 commit comments

Comments
 (0)