A bot running on tang.ents.ca to help with member actions: @sheep:tang.ents.ca
. Currently supports querying cameras at ENTS and announcing when people arrive.
- Clone this repository
- Run
npm install
in the cloned directory - Copy
config/default.yaml
toconfig/production.yaml
and change any settings. - Run
NODE_ENV=production npm run build
- Run
NODE_ENV=production npm run start