Skip to content

gdbots/schemas

Repository files navigation

Gdbots Schemas

Schemas for common gdbots services. Browse the json schemas.

Installation

  • Git clone the project to your computer:
$ git clone git@github.com:gdbots/schemas.git
  • Open terminal and cd to the root directory of this project (where you git cloned it to).
  • Run nvm use
  • Run npm install
  • Run composer install
  • Work indefinitely ಠ_ಠ.

Writing Code

Using your IDE you can make changes to XML configs.

You will then need to compile the new configs to JS/PHP.

  • Run composer pbjc