mirror of
https://github.com/NovaGM/ModuleBuilder.git
synced 2024-08-15 00:23:33 +00:00
Repository containing modified source code of the GM Module Builder
| dist | ||
| moduleWrappers | ||
| scripts | ||
| src | ||
| .gitignore | ||
| _headers | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vercel.json | ||
ModuleBuilder
Builder for Module Store v2.
Self usage
To run this yourself, you need to:
- Get your own GitHub Personal Access Token
- Get a Discord bot token
- Make a
src/env.jsfile like:
export default {
github: '<your github pat>',
discord: '<your discord bot token>
}