Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 448 Bytes

File metadata and controls

15 lines (9 loc) · 448 Bytes

Infight

A little slack game based on this presentation

Fire up some local dynamodb with docker run -d -p 8080:8080 vsouza/dynamo-local --port 8080

Setup with npm install

You need to provide a few environment variables:

  • SLACK_OAUTH_CLIENT_ID - your slack app's digits
  • SLACK_OAUTH_CLIENT_SECRET - your slack app's digits
  • COOKIE_SECRET - any old string

Run it with npm start