Repository containing modified source code of the GM Module Builder
Go to file
Ducko 925b41459b
[ElCompat] Use Webpack module for clipboard copy
2021-07-20 22:32:32 +02:00
dist [Feat] Local images building 2021-07-05 21:33:45 +02:00
moduleWrappers [ElCompat] Use Webpack module for clipboard copy 2021-07-20 22:32:32 +02:00
scripts [Scripts > Theme] Tweak commit msg 2021-07-18 21:45:53 +02:00
src [*Theme] ColorPalette: Add no val abort 2021-07-20 21:37:13 +02:00
.gitignore [Ignore] .vercel 2021-07-06 13:05:57 +02:00
LICENSE Updated references and LICENSE. 2021-03-05 18:12:02 +01:00
README.md [Doc] Add subheader for self usage 2021-07-05 21:44:04 +02:00
_headers Add _headers 2021-01-23 20:19:40 +00:00
package-lock.json [Fixes] Fixed all issues 2021-07-05 22:15:05 +02:00
package.json [Fixes] Fixed all issues 2021-07-05 22:15:05 +02:00
vercel.json [Vercel] please shut up 2021-04-05 15:42:48 +02:00

README.md

ModuleBuilder

Builder for Module Store v2.

Self usage

To run this yourself, you need to:

  1. Get your own GitHub Personal Access Token
  2. Get a Discord bot token
  3. Make a src/env.js file like:
export default {
  github: '<your github pat>',
  discord: '<your discord bot token>
}