jchristman / ctf-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTF Bot

Our lovable slack bot.

Installation

git clone https://gitlab.com/shellcollectingclub/ctf-bot.git
cd ctf-bot
docker build . -t ctf-bot
docker run -d -p 8888:8888/tcp -ctf-bot

Development

Want to develop and have babel compile your code on the fly, while you're editing it? On a development box, do:

# In one window, to watch the src/bot.js file for changes
npm run watch

# In another window, to run the code
npm run start

About


Languages

Language:JavaScript 98.8%Language:Dockerfile 1.2%