Metastruct / node-metaconcord

Service enabling interaction between Discord and a Garry's Mod server, as well as other various parts of our infrastructure

Home Page:https://hackmd.io/SwE_rpqESKSfV0LMvBd0Kw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-metaconcord

Objective

Setup

Strip the file names of *.example.json from the .example bits, and configure all the fields as you wish.

Although, I doubt this can be useful for anyone other than Meta Construct as-is. It will probably work with some tuning but you're better off forking the project to make your own changes and additions.

Of course, you'll need the gmod-metaconcord add-on installed on your server to allow for communication with this service.

Production

# Install dependencies
$ yarn

# WSL or Linux
$ ./schema_gen.sh

# Go wacky
$ yarn build
$ yarn start

Development

# Install dependencies
$ yarn

# WSL or Linux
$ ./schema_gen.sh

# Go wacky
$ yarn dev

About

Service enabling interaction between Discord and a Garry's Mod server, as well as other various parts of our infrastructure

https://hackmd.io/SwE_rpqESKSfV0LMvBd0Kw


Languages

Language:TypeScript 98.8%Language:SCSS 0.4%Language:Pug 0.3%Language:JavaScript 0.3%Language:Shell 0.2%