learnersguild:rocketchat-lg-slash-commands

Custom /slash commands for Rocket.Chat within Learners Guild.


License
ISC
Install
meteor add learnersguild:rocketchat-lg-slash-commands@=1.0.0

Documentation

learnersguild:rocketchat-lg-slash-commands

Custom slash commands for Rocket.Chat within Learners Guild.

NOTE: This package will likely not be useful for anyone outside of Learners Guild.

Getting Started (Dev)

Be sure you've read the instructions for contributing.

  1. Get your local IDM up and running.

  2. Get your local Rocket.Chat up and running.

  3. Clone this repository.

  4. From your local Rocket.Chat repository's packages folder, add a symlink to this repo, then add the package:

    $ ln -s ../rocketchat-lg-slash-commands .
    $ meteor add learnersguild:rocketchat-lg-slash-commands
    
  5. Export the JWT_PUBLIC_KEY from your IDM instance:

    $ export JWT_PUBLIC_KEY="<same public key from your IDM instance>"
    
  6. Start the server.

    $ meteor
    
  7. Visit the server in your browser:

    $ open http://localhost:3000
    

License

See the LICENSE file.